Commit 72e8a976 authored by ImmuState's avatar ImmuState Committed by Melledy
Browse files

Fix invalid translation key.

parent 5f8011f0
......@@ -143,7 +143,7 @@ public final class GiveArtifactCommand implements CommandHandler {
}
if (mainPropId == -1) {
CommandHandler.sendMessage(sender, translate("commands.generic.execution.argument_error"));
CommandHandler.sendMessage(sender, translate("commands.execution.argument_error"));
return;
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment