From ff0d3b7daca856b3a125def7504dd4bac24edff9 Mon Sep 17 00:00:00 2001 From: ynorsa <34484085+ynorsa@users.noreply.github.com> Date: Fri, 10 Nov 2023 10:44:22 +0100 Subject: [PATCH] Fix for https://github.com/lichess-org/lichobile/issues/2400 Added missing entry for "Game Display" Probably the next entry "display" was intended to be this one and was incorrect due to a typo; in this case it could be removed --- www/i18n/en-GB.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/i18n/en-GB.js b/www/i18n/en-GB.js index 39d491cc6..7805b571a 100644 --- a/www/i18n/en-GB.js +++ b/www/i18n/en-GB.js @@ -1062,6 +1062,7 @@ export default { "maxTimePlaying": "Max time spent playing", "now": "now", "preferences": "Preferences", + "gameDisplay": "Game display", "display": "Display", "pieceAnimation": "Piece animation", "materialDifference": "Material difference", @@ -1373,4 +1374,4 @@ export default { "playOnline": "Play online", "playOffline": "Play offline", "bgThemeSyncWithSystem": "Sync with system" -} \ No newline at end of file +}