language key from "Status Page Nothing" to "statusPageNothing"

This commit is contained in:
LouisLam
2021-09-24 14:42:54 +08:00
parent 1ebf752f1a
commit 266b03fbf7
21 changed files with 48 additions and 20 deletions

View File

@@ -185,7 +185,7 @@
<div class="mb-4">
<div v-if="$root.publicGroupList.length === 0 && loadedData" class="text-center">
<!-- 👀 Nothing here, please add a group or a monitor. -->
👀 {{ $t("Status Page Nothing") }}
👀 {{ $t("statusPageNothing") }}
</div>
<PublicGroupList :edit-mode="enableEditMode" />