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

@ -366,7 +366,7 @@ export default {
}
}
if (!updates.length) {
return this.$toast.warning('No updates were made')
return this.$toast.warning(this.$strings.ToastNoUpdatesNecessary)
}
console.log('Pushing updates', updates)
@ -406,4 +406,4 @@ export default {
transform: translateY(-100%);
transition: all 150ms ease-in 0s;
}
</style>
</style>