Skip to content

Commit 87859b0

Browse files
authored
fix: misleading grants.added message to indicate single plot grant (#4682)
* chore: correct 'grants.added' message to reflect single plot grant behavior * chore: add total grants to `grants.added` message
1 parent 4f4ba07 commit 87859b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/src/main/resources/lang/messages_en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@
456456
"category.command_category_debug": "<gray>Debug</gray>",
457457
"category.command_category_administration": "<gray>Admin</gray>",
458458
"grants.granted_plots": "<prefix><gold>Result: <gray><amount> </gray>grants left.</gold>",
459-
"grants.added": "<prefix><gold><grants></gold> <gray>grant(s) have been added.</gray>",
459+
"grants.added": "<prefix><gold>1</gold> <gray>grant has been added. (<grants> total grants)</gray>",
460460
"events.event_denied": "<prefix><gold><value> </gold><gray>Cancelled by external plugin.</gray>",
461461
"backups.backup_impossible": "<prefix><red>Backups are not enabled for this plot: <plot>.</red>",
462462
"backups.backup_save_success": "<prefix><gold>The backup was created successfully.</gold>",

0 commit comments

Comments
 (0)