use consistent terminology

This commit is contained in:
sbwalker
2025-07-30 10:00:57 -04:00
parent 92fd70198a
commit f53ed5b13b
3 changed files with 4 additions and 4 deletions

View File

@ -237,7 +237,7 @@
<div class="col-sm-9">
<select id="smtpauthentication" class="form-select" value="@_smtpauthentication" @onchange="(e => SMTPAuthenticationChanged(e))">
<option value="Basic">@Localizer["Basic"]</option>
<option value="OAuth">@Localizer["OAuth"]</option>
<option value="OAuth2">@Localizer["OAuth2"]</option>
</select>
</div>
</div>