improve i18n

This commit is contained in:
pa
2026-01-19 11:49:41 +09:00
parent 7303cd0b33
commit 1e25255ac5
34 changed files with 179 additions and 65 deletions

View File

@@ -138,7 +138,7 @@
function deleteGameLogEntryPrompt(row) {
modalStore
.confirm({
description: 'Continue? Delete Log',
description: t('confirm.delete_log'),
title: 'Confirm'
})
.then(({ ok }) => ok && deleteGameLogEntry(row))