fix(i18n): add data-i18n to all static page-use/page-add/page-action labels; fix common.cancel → btn.cancel

This commit is contained in:
dadaloop82
2026-05-16 13:43:11 +00:00
parent 8508993441
commit 698eb721f2
2 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -2139,7 +2139,7 @@ function reportBugManual() {
${t('about.report_auto_info').replace('{version}', _loadedVersion || '—').replace('{lang}', _currentLang || '—')}
</p>
<div style="display:flex;gap:8px;justify-content:flex-end">
<button type="button" class="btn btn-secondary" onclick="closeModal()">${t('common.cancel') || 'Annulla'}</button>
<button type="button" class="btn btn-secondary" onclick="closeModal()">${t('btn.cancel')}</button>
<button type="button" class="btn btn-primary" id="bug-form-submit" onclick="_submitBugReport()">
${t('about.report_send_btn')}
</button>