mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 17:54:54 +02:00
Add translation strings for toasts, update data load toasts to use generic failed to load data message
This commit is contained in:
parent
b8ed56e91e
commit
8c6c43657c
44 changed files with 331 additions and 46 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue