1
0
mirror of https://github.com/GeyserMC/Floodgate.git synced 2025-12-26 10:19:16 +00:00

Remove duplicate translation

This commit is contained in:
DoctorMacc
2020-08-20 11:44:26 -04:00
parent 9c21545241
commit 3dbfb5dbb8
2 changed files with 2 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ public final class LinkAccountCommand implements Command {
LINK_REQUEST_ERROR("floodgate.command.link_request.error"),
INVALID_CODE("floodgate.command.link_account.invalid_code"),
NO_LINK_REQUESTED("floodgate.command.link_account.no_link_requested"),
LINK_REQUEST_DISABLED("floodgate.command.link_request.disabled");
LINK_REQUEST_DISABLED("floodgate.commands.linking_disabled");
@Getter private final String message;

View File

@@ -94,7 +94,7 @@ public final class UnlinkAccountCommand implements Command {
UNLINK_SUCCESS("floodgate.command.unlink_account.unlink_success"),
// TODO also used to have CHECK_CONSOLE
UNLINK_ERROR("floodgate.command.unlink_account.error"),
LINKING_NOT_ENABLED("floodgate.command.unlink_account.disabled");
LINKING_NOT_ENABLED("floodgate.commands.linking_disabled");
@Getter private final String message;