mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-15 01:02:50 +02:00
Add translation strings for toasts, update data load toasts to use generic failed to load data message
This commit is contained in:
@@ -134,7 +134,7 @@ export default {
|
||||
return null
|
||||
})
|
||||
if (!data) {
|
||||
this.$toast.error('Failed to load RSS feeds')
|
||||
this.$toast.error(this.$strings.ToastFailedToLoadData)
|
||||
return
|
||||
}
|
||||
this.feeds = data.feeds
|
||||
|
||||
Reference in New Issue
Block a user