Refactor the database logic for the apps into it's own mixin for reuse
This commit is contained in:
parent
ffa2162fbd
commit
63f985aa0e
4 changed files with 125 additions and 75 deletions
|
|
@ -22,7 +22,7 @@
|
|||
"notifs": {
|
||||
"error": {
|
||||
"db-out-of-date": "Database out of date, please try again.",
|
||||
"artist-ID-404": "An artist cannot be found with ID: {id}"
|
||||
"document-ID-404": "Cannot find {dbType} with ID: {id}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue