mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-03 10:28:51 +02:00
Fix unnecessary $ in getString call
This commit is contained in:
@@ -576,7 +576,7 @@ export default {
|
||||
|
||||
const { value } = await Dialog.confirm({
|
||||
title: this.$strings.HeaderConfirm,
|
||||
message: $this.$getString('MessageConfirmDeleteServerEpisode', [this.title])
|
||||
message: this.$getString('MessageConfirmDeleteServerEpisode', [this.title])
|
||||
})
|
||||
|
||||
if (value) {
|
||||
|
||||
Reference in New Issue
Block a user