mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-10-31 19:39:20 +08:00 
			
		
		
		
	Use existing Example translation for HTTP headers and body placeholders
This commit is contained in:
		| @@ -353,17 +353,17 @@ export default { | ||||
|         }, | ||||
|  | ||||
|         bodyPlaceholder() { | ||||
|             return `Example: | ||||
|             return this.$t("Example:", [` | ||||
| { | ||||
|     "key": "value" | ||||
| }`; | ||||
| }`]); | ||||
|         }, | ||||
|  | ||||
|         headersPlaceholder() { | ||||
|             return `Example: | ||||
|             return this.$t("Example:", [` | ||||
| { | ||||
|     "HeaderName": "HeaderValue" | ||||
| }`; | ||||
| }`]); | ||||
|         } | ||||
|  | ||||
|     }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user