From 723183298593a5cadb0bf312a6b93bc36fc0b2eb Mon Sep 17 00:00:00 2001 From: Imre Gera Date: Sun, 15 Sep 2024 17:26:59 +0200 Subject: [PATCH] Update source file en.json --- i18n/en.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 879bc79..704bb25 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -190,12 +190,14 @@ }, "soundSet": { "_title": "Sound set", - "_description": "Sounds used for notifications", + "_description": "Sounds played at the end of each session", "_values": { - "musical": "Musical" + "musical": "Musical", + "sharp": "Sharp" }, "_valueDescription": { - "musical": "The default sounds" + "musical": "The default sounds", + "sharp": "Shorter, beep-like sounds better for training" } } },