Skip to content

Commit eee5585

Browse files
CarlSchwansusnux
authored andcommitted
fix(settings-mail): Clarify that encryption settings are about transport
As mail encryption might also mean S/MIME or PGP encryption, which we might add at some point as the underlaying framework already support it. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
1 parent 9e2be5d commit eee5585

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/settings/src/views/AdminSettingsMailServer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ async function onSubmit() {
152152
<NcSelect
153153
v-if="smtpMode?.id === 'smtp'"
154154
v-model="smtpEncryption"
155-
:input-label="t('settings', 'Encryption')"
155+
:input-label="t('settings', 'Transport Encryption')"
156156
:options="settingsAdminMail.smtpEncryptionOptions"
157157
required />
158158
<NcSelect

0 commit comments

Comments
 (0)