File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/modals/podcast/tabs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ export default {
153
153
154
154
// Check pubdate is valid if it is being updated. Cannot be set to null in the web client
155
155
if (updatedDetails .pubDate === null ) {
156
- this .$toast .error (this .$strings .ToastEpisodePubDateUpdateFailed )
156
+ this .$toast .error (this .$strings .ToastDateMustBeComplete )
157
157
return null
158
158
}
159
159
return this .updateDetails (updatedDetails)
Original file line number Diff line number Diff line change 964
964
"ToastCollectionRemoveSuccess" : " Collection removed" ,
965
965
"ToastCollectionUpdateSuccess" : " Collection updated" ,
966
966
"ToastCoverUpdateFailed" : " Cover update failed" ,
967
+ "ToastDateMustBeComplete" : " Date and time cannot be incomplete" ,
967
968
"ToastDeleteFileFailed" : " Failed to delete file" ,
968
969
"ToastDeleteFileSuccess" : " File deleted" ,
969
970
"ToastDeviceAddFailed" : " Failed to add device" ,
976
977
"ToastEpisodeDownloadQueueClearFailed" : " Failed to clear queue" ,
977
978
"ToastEpisodeDownloadQueueClearSuccess" : " Episode download queue cleared" ,
978
979
"ToastEpisodeUpdateSuccess" : " {0} episodes updated" ,
979
- "ToastEpisodePubDateUpdateFailed" : " Publish date is required" ,
980
980
"ToastErrorCannotShare" : " Cannot share natively on this device" ,
981
981
"ToastFailedToLoadData" : " Failed to load data" ,
982
982
"ToastFailedToMatch" : " Failed to match" ,
You can’t perform that action at this time.
0 commit comments