fix(edit-monitor): Make json capitalised
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
This commit is contained in:
		
							parent
							
								
									3f0b85e5a8
								
							
						
					
					
						commit
						7ee89fab5c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -441,7 +441,7 @@ export default { | |||
|                 try { | ||||
|                     JSON.parse(this.monitor.body); | ||||
|                 } catch (err) { | ||||
|                     toast.error(this.$t("The request body is not valid json: ") + err.message); | ||||
|                     toast.error(this.$t("The request body is not valid JSON: ") + err.message); | ||||
|                     return false; | ||||
|                 } | ||||
|             } | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue