mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-28 01:04:05 +00:00
Add missing translation for SMTP security option
This commit is contained in:
parent
28f530394e
commit
4cc433166e
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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}",
|
||||
|
|
Loading…
Reference in a new issue