mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 16:23:50 +02:00
improve i18n
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user