From 2c6f0b6b500ce18c660f3dc2d28e7a9d3945f09d Mon Sep 17 00:00:00 2001 From: Gamosoft Date: Mon, 20 Apr 2026 12:17:15 +0200 Subject: [PATCH] added missing hardcoded mouseovers --- frontend/app.js | 10 +++++----- locales/de-DE.json | 2 ++ locales/en-GB.json | 2 ++ locales/en-US.json | 2 ++ locales/es-ES.json | 2 ++ locales/fr-FR.json | 2 ++ locales/hu-HU.json | 2 ++ locales/it-IT.json | 2 ++ locales/ja-JP.json | 2 ++ locales/ru-RU.json | 2 ++ locales/sl-SI.json | 2 ++ locales/zh-CN.json | 2 ++ 12 files changed, 27 insertions(+), 5 deletions(-) diff --git a/frontend/app.js b/frontend/app.js index d2c524b..1b2456e 100644 --- a/frontend/app.js +++ b/frontend/app.js @@ -2141,7 +2141,7 @@ function noteApp() { onclick="window.$root.handleNewItemClick(this, event)" class="px-1.5 py-0.5 text-xs rounded hover:brightness-110" style="background-color: var(--bg-tertiary); color: var(--text-secondary);" - title="Add item here" + title="${esc(this.t('sidebar.new_note'))}" >+