mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-21 20:38:10 -04:00
Update en&zh-CN lang file with 1 new i18n entry
This commit is contained in:
parent
9bf3b3a0f4
commit
18925293fb
3 changed files with 21 additions and 7 deletions
|
@ -52,7 +52,7 @@
|
|||
<!-- Domain Name List -->
|
||||
<div class="my-3">
|
||||
<label class="form-label">
|
||||
Domain Names
|
||||
{{ $t("Domain Names") }}
|
||||
<font-awesome-icon icon="plus-circle" class="btn-add-domain action text-primary" @click="addDomainField" />
|
||||
</label>
|
||||
|
||||
|
@ -707,7 +707,7 @@ export default {
|
|||
},
|
||||
|
||||
postIncident() {
|
||||
if (this.incident.title == "" || this.incident.content == "") {
|
||||
if (this.incident.title === "" || this.incident.content === "") {
|
||||
toast.error(this.$t("Please input title and content"));
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue