Change: toast date error to be generic

This commit is contained in:
Nicholas Wallace 2025-01-06 20:22:47 -07:00
parent 2ec84edb5e
commit db17a5c88b
2 changed files with 2 additions and 2 deletions

View file

@ -153,7 +153,7 @@ export default {
// Check pubdate is valid if it is being updated. Cannot be set to null in the web client
if (updatedDetails.pubDate === null) {
this.$toast.error(this.$strings.ToastEpisodePubDateUpdateFailed)
this.$toast.error(this.$strings.ToastDateMustBeComplete)
return null
}
return this.updateDetails(updatedDetails)