mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-24 11:38:40 +01:00
fix typo
This commit is contained in:
parent
eb9d2be587
commit
f452a97278
@ -94,7 +94,7 @@ public enum Message {
|
||||
*/
|
||||
CREATE_SUCCESS("&b{0}&a was successfully created.", true),
|
||||
DELETE_SUCCESS("&b{0}&a was successfully deleted.", true),
|
||||
RENAME_SUCCESS("&b{0}&a was successfully renamed to &b{0}&a.", true),
|
||||
RENAME_SUCCESS("&b{0}&a was successfully renamed to &b{1}&a.", true),
|
||||
|
||||
USER_ALREADY_MEMBER_OF("{0} is already a member of '{1}'.", true),
|
||||
USER_NOT_MEMBER_OF("{0} is not a member of '{1}'.", true),
|
||||
|
@ -52,7 +52,7 @@ server-invalid-entry: "Server names can only contain alphanumeric characters."
|
||||
|
||||
create-success: "&b{0}&a was successfully created."
|
||||
delete-success: "&b{0}&a was successfully deleted."
|
||||
rename-success: "&b{0}&a was successfully renamed to &b{0}&a."
|
||||
rename-success: "&b{0}&a was successfully renamed to &b{1}&a."
|
||||
|
||||
user-already-member-of: "{0} is already a member of '{1}'."
|
||||
user-not-member-of: "{0} is not a member of '{1}'."
|
||||
|
Loading…
Reference in New Issue
Block a user