Skip to content

Commit 589617e

Browse files
committed
minor
1 parent 93dd92b commit 589617e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/auth/ui/VerifyPhoneNumberView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ qx.Class.define("osparc.auth.ui.VerifyPhoneNumberView", {
4646
break;
4747
case "intro-text":
4848
control = new qx.ui.basic.Label().set({
49-
value: this.tr("A text message will be sent to your mobile phone for authentication each time you log in."),
49+
value: this.tr("If SMS is your chosen 2FA method, you'll get a text message with a code on every login to authenticate your access."),
5050
rich: true,
5151
wrap: true
5252
});

0 commit comments

Comments
 (0)