From 9acf7bd08892cf4cdf069a0437a6ef3a191b8094 Mon Sep 17 00:00:00 2001 From: Hatem Hosny Date: Sat, 11 Jan 2025 11:49:39 +0200 Subject: [PATCH] fix duplicate i18n key --- src/livecodes/html/code-to-image.html | 6 ++++-- src/livecodes/i18n/locales/en/translation.lokalise.json | 6 +++++- src/livecodes/i18n/locales/en/translation.ts | 3 ++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/livecodes/html/code-to-image.html b/src/livecodes/html/code-to-image.html index f1c213488..4515f8616 100644 --- a/src/livecodes/html/code-to-image.html +++ b/src/livecodes/html/code-to-image.html @@ -277,7 +277,7 @@ id="code-to-img-menu-btn" class="button" title="Share" - data-i18n="app.share.hint" + data-i18n="codeToImage.shareTitle" data-i18n-prop="title" > @@ -285,7 +285,9 @@