Skip to content

Commit 1e2243d

Browse files
CarlSchwansusnux
andcommitted
fix: Switch to sentence case
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Carl Schwan <carl@carlschwan.eu>
1 parent eee5585 commit 1e2243d

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', 'Transport Encryption')"
155+
:input-label="t('settings', 'Transport encryption')"
156156
:options="settingsAdminMail.smtpEncryptionOptions"
157157
required />
158158
<NcSelect

0 commit comments

Comments
 (0)