mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-11-24 19:45:14 +01:00
parent
7fbffbb6d2
commit
71e0029d46
@ -645,8 +645,8 @@ public class ChallengesPanel extends CommonPanel
|
||||
|
||||
if (template.description() != null)
|
||||
{
|
||||
builder.description(this.user.getTranslation(this.world, template.description()),
|
||||
Constants.PARAMETER_NUMBER, String.valueOf(nextPageIndex));
|
||||
builder.description(this.user.getTranslation(this.world, template.description(),
|
||||
Constants.PARAMETER_NUMBER, String.valueOf(nextPageIndex)));
|
||||
}
|
||||
|
||||
// Add ClickHandler
|
||||
@ -738,8 +738,8 @@ public class ChallengesPanel extends CommonPanel
|
||||
|
||||
if (template.description() != null)
|
||||
{
|
||||
builder.description(this.user.getTranslation(this.world, template.description()),
|
||||
Constants.PARAMETER_NUMBER, String.valueOf(previousPageIndex));
|
||||
builder.description(this.user.getTranslation(this.world, template.description(),
|
||||
Constants.PARAMETER_NUMBER, String.valueOf(previousPageIndex)));
|
||||
}
|
||||
|
||||
// Add ClickHandler
|
||||
|
Loading…
Reference in New Issue
Block a user