Change: failed to share toasts

This commit is contained in:
Nicholas Wallace 2024-08-30 10:00:29 -07:00
parent da1b60a1c6
commit 71c0b2bca3
4 changed files with 6 additions and 5 deletions

View file

@ -237,7 +237,7 @@ export default {
.catch((error) => {
console.error('Failed to share', error)
if (error.name !== 'AbortError') {
this.$toast.error('Failed to share: ' + error.message)
this.$toast.error(this.$strings.ToastFailedToShare + ': ' + error.message)
}
})
} else {