mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	added a heltext for the nfty url helptext (#3484)
This commit is contained in:
		@@ -7,8 +7,9 @@
 | 
				
			|||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="mb-3">
 | 
					    <div class="mb-3">
 | 
				
			||||||
        <label for="ntfy-server-url" class="form-label">{{ $t("Server URL") }}</label>
 | 
					        <label for="ntfy-server-url" class="form-label">{{ $t("Server URL") }}</label>
 | 
				
			||||||
        <div class="input-group mb-3">
 | 
					 | 
				
			||||||
        <input id="ntfy-server-url" v-model="$parent.notification.ntfyserverurl" type="text" class="form-control" required>
 | 
					        <input id="ntfy-server-url" v-model="$parent.notification.ntfyserverurl" type="text" class="form-control" required>
 | 
				
			||||||
 | 
					        <div class="form-text">
 | 
				
			||||||
 | 
					            {{ $t("Server URL should not contain the nfty topic") }}
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="mb-3">
 | 
					    <div class="mb-3">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -690,6 +690,7 @@
 | 
				
			|||||||
    "Octopush API Version": "Octopush API Version",
 | 
					    "Octopush API Version": "Octopush API Version",
 | 
				
			||||||
    "Legacy Octopush-DM": "Legacy Octopush-DM",
 | 
					    "Legacy Octopush-DM": "Legacy Octopush-DM",
 | 
				
			||||||
    "ntfy Topic": "ntfy Topic",
 | 
					    "ntfy Topic": "ntfy Topic",
 | 
				
			||||||
 | 
					    "Server URL should not contain the nfty topic": "Server URL should not contain the nfty topic",
 | 
				
			||||||
    "onebotHttpAddress": "OneBot HTTP Address",
 | 
					    "onebotHttpAddress": "OneBot HTTP Address",
 | 
				
			||||||
    "onebotMessageType": "OneBot Message Type",
 | 
					    "onebotMessageType": "OneBot Message Type",
 | 
				
			||||||
    "onebotGroupMessage": "Group",
 | 
					    "onebotGroupMessage": "Group",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user