fix typo
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user