From a5974803a2f1b6408331c14e66f607fcc1763734 Mon Sep 17 00:00:00 2001 From: Chas <79132112+ChasarooniZ@users.noreply.github.com> Date: Sun, 13 Aug 2023 02:01:56 -0400 Subject: [PATCH] Update en.json --- languages/en.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/languages/en.json b/languages/en.json index b75c8a7..771dc74 100644 --- a/languages/en.json +++ b/languages/en.json @@ -47,7 +47,11 @@ "wait-time-between-numbers": { "name": "Wait Time between numbers", "hint": "How long in between each number should the game wait" + }, + "show-only-GM": { + "name": "Show numbers only for GM", + "hint": "Show them only for the game if you like them, but not that much" } } } -} \ No newline at end of file +}