Improve translation work

This commit is contained in:
AnnAngela-work
2022-04-29 20:17:15 +08:00
parent 26230a3d3a
commit 45da7c5431
14 changed files with 151 additions and 50 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="mb-3">
<label for="push-api-key" class="form-label">API_KEY</label>
<label for="push-api-key" class="form-label">{{ $t("API Key") }}</label>
<HiddenInput id="push-api-key" v-model="$parent.notification.pushAPIKey" :required="true" autocomplete="one-time-code"></HiddenInput>
</div>