diff options
| author | Léo Kosman <leo.kosman@proton.me> | 2024-08-31 14:03:41 +0200 |
|---|---|---|
| committer | Léo Kosman <leo.kosman@proton.me> | 2024-08-31 14:03:41 +0200 |
| commit | 6f65825e1504a1090405685404e7cbc59bd0f44b (patch) | |
| tree | 73ab400eef0a6b451c045f997e6447608a87b37c /Writerside | |
| parent | 07ec479ef0ed9d9cebf4af9c1e1e831d579a8bb6 (diff) | |
style: rename translation key
Diffstat (limited to 'Writerside')
| -rw-r--r-- | Writerside/topics/resource-pack.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Writerside/topics/resource-pack.md b/Writerside/topics/resource-pack.md index d97450e..b3bbf86 100644 --- a/Writerside/topics/resource-pack.md +++ b/Writerside/topics/resource-pack.md @@ -139,7 +139,7 @@ customize the mod's text lines. ```json { - "commands.molehunt.stop.failed": "The Molehunt game has not been started yet.", + "commands.molehunt.error.game_not_started": "The Molehunt game has not been started yet.", "commands.molehunt.timer.show": "Showing Molehunt timer.", "commands.molehunt.timer.hide": "Hiding Molehunt timer.", "commands.molehunt.role.mole": "§cYou are a Mole.\nKill all the survivors before the timer runs out.", |
