Various string updates

This commit is contained in:
Nicholas Wallace 2024-10-15 20:13:54 -07:00
parent bf4f6584e1
commit 3bcad820cf
9 changed files with 70 additions and 46 deletions

View file

@ -120,7 +120,7 @@ export default {
})
.catch((error) => {
console.error('Failed to updated narrator', error)
this.$toast.error('Failed to update narrator')
this.$toast.error(this.$strings.ToastFailedToUpdate)
this.loading = false
})
},