Merge pull request #1519 from AnnAngela/1.15.0_zh-cn

Update en&zh-CN lang file with 1 new i18n entry
This commit is contained in:
Louis Lam
2022-04-19 23:48:07 +08:00
committed by GitHub
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;
}