Update: backup strings

This commit is contained in:
Nicholas Wallace 2024-08-30 11:28:44 -07:00
parent 155e8ce878
commit 3527802a3f
3 changed files with 8 additions and 4 deletions

View file

@ -186,7 +186,7 @@ export default {
mounted() {
this.loadBackups()
if (this.$route.query.backup) {
this.$toast.success('Backup applied successfully')
this.$toast.success(this.$strings.ToastBackupAppliedSuccess)
}
}
}