updated translations

This commit is contained in:
Christopher Pickering 2022-06-15 09:00:47 -05:00
parent a3b94aa532
commit 42848bcd2e
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84
10 changed files with 14 additions and 5 deletions

View file

@ -369,17 +369,17 @@
</div>
<!-- HTTP Auth -->
<h4 class="mt-5 mb-2">{{ $t("HTTP Authentication") }}</h4>
<h4 class="mt-5 mb-2">{{ $t("Authentication") }}</h4>
<!-- Method -->
<div class="my-3">
<label for="method" class="form-label">{{ $t("Method") }}</label>
<select id="method" v-model="monitor.authMethod" class="form-select">
<option :value="null">
None
{{ $t("None") }}
</option>
<option value="basic">
Basic
{{ $t("HTTP Basic Auth") }}
</option>
<option value="ntlm">
NTLM