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