mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	Change: toast date error to be generic
This commit is contained in:
		
							parent
							
								
									2ec84edb5e
								
							
						
					
					
						commit
						db17a5c88b
					
				| @ -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) | ||||
|  | ||||
| @ -964,6 +964,7 @@ | ||||
|   "ToastCollectionRemoveSuccess": "Collection removed", | ||||
|   "ToastCollectionUpdateSuccess": "Collection updated", | ||||
|   "ToastCoverUpdateFailed": "Cover update failed", | ||||
|   "ToastDateMustBeComplete": "Date and time cannot be incomplete", | ||||
|   "ToastDeleteFileFailed": "Failed to delete file", | ||||
|   "ToastDeleteFileSuccess": "File deleted", | ||||
|   "ToastDeviceAddFailed": "Failed to add device", | ||||
| @ -976,7 +977,6 @@ | ||||
|   "ToastEpisodeDownloadQueueClearFailed": "Failed to clear queue", | ||||
|   "ToastEpisodeDownloadQueueClearSuccess": "Episode download queue cleared", | ||||
|   "ToastEpisodeUpdateSuccess": "{0} episodes updated", | ||||
|   "ToastEpisodePubDateUpdateFailed": "Publish date is required", | ||||
|   "ToastErrorCannotShare": "Cannot share natively on this device", | ||||
|   "ToastFailedToLoadData": "Failed to load data", | ||||
|   "ToastFailedToMatch": "Failed to match", | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user