Update en&zh-CN lang file with 1 new i18n entry

This commit is contained in:
AnnAngela-work
2022-04-19 10:48:20 +08:00
parent 9bf3b3a0f4
commit 18925293fb
3 changed files with 21 additions and 7 deletions

View File

@@ -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;
}