From a63b79b549401578d1d557ae0cd54b848754c715 Mon Sep 17 00:00:00 2001 From: Gamosoft Date: Mon, 20 Apr 2026 12:45:41 +0200 Subject: [PATCH] fixed duplicate label texts --- frontend/app.js | 2 +- frontend/index.html | 10 +++++----- locales/de-DE.json | 11 +++++++---- locales/en-GB.json | 11 +++++++---- locales/en-US.json | 11 +++++++---- locales/es-ES.json | 11 +++++++---- locales/fr-FR.json | 11 +++++++---- locales/hu-HU.json | 11 +++++++---- locales/it-IT.json | 11 +++++++---- locales/ja-JP.json | 11 +++++++---- locales/ru-RU.json | 11 +++++++---- locales/sl-SI.json | 11 +++++++---- locales/zh-CN.json | 11 +++++++---- 13 files changed, 83 insertions(+), 50 deletions(-) diff --git a/frontend/app.js b/frontend/app.js index 1b2456e..d171759 100644 --- a/frontend/app.js +++ b/frontend/app.js @@ -3443,7 +3443,7 @@ function noteApp() { createNameModalLabel() { return this.createNameModalKind === 'note' - ? this.t('templates.note_name') + ? this.t('notes.prompt_name') : this.t('folders.prompt_name'); }, diff --git a/frontend/index.html b/frontend/index.html index 069440c..71924ef 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3149,12 +3149,12 @@
-