Add missing translation for SMTP security option

This commit is contained in:
Ivan 2021-11-11 11:14:21 +01:00
parent 28f530394e
commit 4cc433166e
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@
</div>
<div class="mb-3">
<label for="secure" class="form-label">Secure</label>
<label for="secure" class="form-label">{{ $t("Security") }}</label>
<select id="secure" v-model="$parent.notification.smtpSecure" class="form-select">
<option :value="false">{{ $t("secureOptionNone") }}</option>
<option :value="true">{{ $t("secureOptionTLS") }}</option>

View File

@ -307,6 +307,7 @@ export default {
steamApiKeyDescription: "For monitoring a Steam Game Server you need a Steam Web-API key. You can register your API key here: ",
"Current User": "Current User",
recent: "Recent",
Security: "Security",
"Shrink Database": "Shrink Database",
Default: "Default",
headersPlaceholder: "Example:\n{\n \"HeaderName\": \"HeaderValue\"\n}",