mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-09 05:18:40 +02:00
Fix backButton dialog i18n strings
This commit is contained in:
@@ -314,8 +314,8 @@ export default ({ store, app }, inject) => {
|
|||||||
}
|
}
|
||||||
if (!canGoBack) {
|
if (!canGoBack) {
|
||||||
const { value } = await Dialog.confirm({
|
const { value } = await Dialog.confirm({
|
||||||
title: this.$strings.HeaderConfirm,
|
title: eventBus.$strings.HeaderConfirm,
|
||||||
message: this.$strings.MessageConfirmAppExit
|
message: eventBus.$strings.MessageConfirmAppExit
|
||||||
})
|
})
|
||||||
if (value) {
|
if (value) {
|
||||||
App.exitApp()
|
App.exitApp()
|
||||||
|
|||||||
Reference in New Issue
Block a user