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