Clean up "no updates" strings

This commit is contained in:
Nicholas Wallace 2024-08-28 22:05:31 -07:00
parent bc2515f993
commit 95143a7816
10 changed files with 13 additions and 15 deletions

View file

@ -205,7 +205,7 @@ export default {
submitUpdateLibrary() {
var newLibraryPayload = this.getLibraryUpdatePayload()
if (!Object.keys(newLibraryPayload).length) {
this.$toast.info('No updates are necessary')
this.$toast.info(this.$strings.ToastNoUpdatesNecessary)
return
}