Skip to content

Commit ae1bd6a

Browse files
committed
feat(otp): Improve wording on share authentication page
1 parent ea33e02 commit ae1bd6a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

core/src/views/PublicShareAuth.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ async function requestOTP() {
161161
<NcFormBox :class="[$style.publicShareAuth__otpRequestBox, $style['publicShareAuth__icon_' + otpRequestStatus] ?? '']">
162162
<NcFormBoxButton
163163
:label="t('core', 'Request One-Time Password')"
164-
:description="t('core', 'Request a {providerName} containing a one-time password to be sent to \'{recipient}\'', {providerName: otpInfo?.name, recipient: otpInfo?.maskedRecipient})"
164+
:description="t('core', 'Request a {providerName} with a one-time password to \'{recipient}\'', {providerName: otpInfo?.name, recipient: otpInfo?.maskedRecipient})"
165165
@click="requestOTP()">
166166
<template #icon>
167167
<IconLockClock v-if="otpRequestStatus === 'initial'" />

0 commit comments

Comments
 (0)