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>

View File

@ -456,8 +456,8 @@
<data name="Basic" xml:space="preserve">
<value>Basic</value>
</data>
<data name="OAuth" xml:space="preserve">
<value>OAuth</value>
<data name="OAuth2" xml:space="preserve">
<value>OAuth 2.0 (OAuth2)</value>
</data>
<data name="SmtpAuthentication.Text" xml:space="preserve">
<value>Authentication:</value>

View File

@ -508,7 +508,7 @@
<value>Info</value>
</data>
<data name="OAuth2" xml:space="preserve">
<value>OAuth 2.0</value>
<value>OAuth 2.0 (OAuth2)</value>
</data>
<data name="OIDC" xml:space="preserve">
<value>OpenID Connect (OIDC)</value>