Merge pull request #1755 from sir-wilhelm/localize

Localized various strings.
This commit is contained in:
advplyr
2026-01-30 16:59:16 -06:00
committed by GitHub
14 changed files with 34 additions and 29 deletions
+2 -2
View File
@@ -483,8 +483,8 @@ export default {
await this.$hapticsImpact()
const { value } = await Dialog.confirm({
title: 'Confirm',
message: `Remove this server config?`
title: this.$strings.HeaderConfirm,
message: this.$strings.MessageConfirmDeleteServerConfig,
})
if (value) {
this.processing = true