Skip to content

Commit 1af070a

Browse files
authored
Merge pull request #62975 from nextcloud/carl/transport-encryption
fix(settings-mail): Clarify that encryption settings are about transport
2 parents b47f326 + 1e2243d commit 1af070a

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)