Skip to content

Commit

Permalink
Update squad permissions & translation namespace
Browse files Browse the repository at this point in the history
Signed-off-by: applenick <applenick@users.noreply.github.com>
  • Loading branch information
applenick committed Jul 21, 2024
1 parent 77b0aa4 commit bac09ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/dev/pgm/community/CommunityPermissions.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public interface CommunityPermissions {
String POLL = ROOT + ".poll";

// Squads
String SQUAD = "squads.squad"; // Root command for squads
String SQUAD = ROOT + ".squad"; // Access to squad commands
String SQUAD_CREATE = SQUAD + ".create"; // Can create a squad

// General Commands
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/pgm/community/text/TextTranslations.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
public final class TextTranslations {
private TextTranslations() {}

private static final Key NAMESPACE = key("squads", "translations");
private static final Key NAMESPACE = key("community", "translations");

// Locale of the source code .properties files
private static final Locale SOURCE_LOCALE = Locale.US;
Expand Down

0 comments on commit bac09ce

Please sign in to comment.