Update: "failed to get" strings

This commit is contained in:
Nicholas Wallace 2024-08-30 11:05:29 -07:00
parent 55b2472978
commit 155e8ce878
8 changed files with 16 additions and 10 deletions

View file

@ -162,7 +162,7 @@ export default {
})
.catch((error) => {
console.error('Failed to get filesystem paths', error)
this.$toast.error('Failed to get filesystem paths')
this.$toast.error(this.$strings.ToastGetFilesystemPathsFailed)
return []
})
.finally(() => {