mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-22 14:42:51 +08:00
Added trailing comma, fixed spelling & translation
This commit is contained in:
@@ -363,4 +363,5 @@ export default {
|
||||
smtpDkimskipFields: "Header Keys not to sign (Optional)",
|
||||
"Container Name / ID": "Container Name / ID",
|
||||
"Docker Daemon": "Docker Daemon",
|
||||
"Docker Container": "Docker Container",
|
||||
};
|
||||
|
@@ -33,7 +33,7 @@
|
||||
Steam Game Server
|
||||
</option>
|
||||
<option value="docker">
|
||||
Docker Container
|
||||
{{ $t("Docker Container") }}
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
@@ -457,7 +457,7 @@ export default {
|
||||
dns_resolve_type: "A",
|
||||
dns_resolve_server: "1.1.1.1",
|
||||
docker_container: "",
|
||||
docker_daemon: "/var/run/docker.sock"
|
||||
docker_daemon: "/var/run/docker.sock",
|
||||
};
|
||||
|
||||
for (let i = 0; i < this.$root.notificationList.length; i++) {
|
||||
|
Reference in New Issue
Block a user