From 8f62d0d3519171c9abaebafd2a7f832aaa90a587 Mon Sep 17 00:00:00 2001 From: Harald Bamberger Date: Thu, 12 Feb 2026 13:20:54 +0100 Subject: [PATCH] use correct category for phrase notiz_edit --- public/js/components/Notiz/Notiz.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/components/Notiz/Notiz.js b/public/js/components/Notiz/Notiz.js index 39f0e507e..5d88805c9 100644 --- a/public/js/components/Notiz/Notiz.js +++ b/public/js/components/Notiz/Notiz.js @@ -154,7 +154,7 @@ export default { let button = document.createElement('button'); button.className = 'btn btn-outline-secondary btn-action'; - button.title = this.$p.t('ui', 'notiz_edit'); + button.title = this.$p.t('notiz', 'notiz_edit'); button.innerHTML = ''; button.addEventListener( 'click',