Update: author toasts, title and name required toasts

This commit is contained in:
Nicholas Wallace 2024-08-28 21:52:14 -07:00
parent 9f525309d9
commit bc2515f993
6 changed files with 23 additions and 15 deletions

View file

@ -115,7 +115,7 @@ export default {
return
}
if (!this.newCollectionName) {
return this.$toast.error('Collection must have a name')
return this.$toast.error(this.$strings.ToastNameRequired)
}
this.processing = true