diff --git a/common/src/main/java/me/lucko/luckperms/common/locale/Message.java b/common/src/main/java/me/lucko/luckperms/common/locale/Message.java index 3aa9f9565..dfdd88585 100644 --- a/common/src/main/java/me/lucko/luckperms/common/locale/Message.java +++ b/common/src/main/java/me/lucko/luckperms/common/locale/Message.java @@ -3081,7 +3081,7 @@ public interface Message { Args2 USER_PROMOTE_NOT_ON_TRACK = (user, track) -> prefixed(translatable() // "&b{}&a isn't in any groups on &b{}&a, so was not promoted." - .key("luckperms.command.user.demote.end-of-track-not-removed") + .key("luckperms.command.user.promote.not-on-track") .color(GREEN) .args( text().color(AQUA).append(user.getFormattedDisplayName()), diff --git a/common/src/main/resources/luckperms_en.properties b/common/src/main/resources/luckperms_en.properties index cb7a85e72..9f3cae5fb 100644 --- a/common/src/main/resources/luckperms_en.properties +++ b/common/src/main/resources/luckperms_en.properties @@ -369,7 +369,7 @@ luckperms.usage.verbose.argument.commandas=the player/command to run luckperms.usage.tree.description=Generates a tree view (ordered list hierarchy) of all permissions known to LuckPerms. luckperms.usage.tree.argument.scope=the root of the tree. specify "." to include all permissions luckperms.usage.tree.argument.player=the name of an online player to check against -luckperms.usage.search.description=Searchs for all of the users/groups with a specific permission +luckperms.usage.search.description=Searches for all of the users/groups with a specific permission luckperms.usage.search.argument.permission=the permission to search for luckperms.usage.search.argument.page=the page to view luckperms.usage.network-sync.description=Sync changes with the storage and request that all other servers on the network do the same