Localized various strings.

Confirm title, corresponding messages, welcome, and media type dropdown.
This commit is contained in:
sir-wilhelm
2025-12-28 10:36:17 -06:00
parent b2c2b625e3
commit 462021225f
14 changed files with 34 additions and 26 deletions
+2 -2
View File
@@ -314,8 +314,8 @@ export default ({ store, app }, inject) => {
}
if (!canGoBack) {
const { value } = await Dialog.confirm({
title: 'Confirm',
message: `Did you want to exit the app?`
title: this.$strings.HeaderConfirm,
message: this.$strings.MessageConfirmAppExit
})
if (value) {
App.exitApp()