Skip to content

Commit af384c6

Browse files
committed
rewording II
1 parent 3b593a8 commit af384c6

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ qx.Class.define("osparc.auth.ui.Login2FAValidationCodeView", {
9797
alignY: "middle"
9898
}));
9999
const resendCodeDesc = new qx.ui.basic.Label().set({
100-
value: this.tr("Didn't receive the code? Resend code")
100+
value: this.tr("Didn't receive the code? Click to resend")
101101
});
102102
resendLayout.add(resendCodeDesc);
103103

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ qx.Class.define("osparc.auth.ui.RequestAccount", {
408408
};
409409
osparc.data.Resources.fetch("auth", "postRequestAccount", params)
410410
.then(() => {
411-
const msg = this.tr("The request is being processed, you will hear from us in the coming hours");
411+
const msg = this.tr("Your request is being processed. You will hear from us soon");
412412
osparc.FlashMessenger.logAs(msg, "INFO");
413413
this.fireDataEvent("done");
414414
})

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
@@ -61,7 +61,7 @@ qx.Class.define("osparc.auth.ui.VerifyPhoneNumberView", {
6161
this.add(verificationInfoTitle);
6262

6363
const verificationInfoDesc = new qx.ui.basic.Label().set({
64-
value: this.tr("We will send you a text message to your mobile phone to authenticate you each time you log in."),
64+
value: this.tr("A text message will be sent to your mobile phone for authentication each time you log in."),
6565
rich: true,
6666
wrap: true
6767
});

services/static-webserver/client/source/class/osparc/desktop/account/ProfilePage.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ qx.Class.define("osparc.desktop.account.ProfilePage", {
348348
});
349349

350350
const optOutMessage = new qx.ui.basic.Atom().set({
351-
label: this.tr("If all searchable fields are hidden, you will not be findable."),
351+
label: this.tr("If all searchable fields are hidden, you will not be discoverable."),
352352
icon: "@FontAwesome5Solid/exclamation-triangle/14",
353353
gap: 8,
354354
allowGrowX: false,
@@ -381,7 +381,7 @@ qx.Class.define("osparc.desktop.account.ProfilePage", {
381381
},
382382

383383
__create2FASection: function() {
384-
const box = osparc.ui.window.TabbedView.createSectionBox(this.tr("2 Factor Authentication"));
384+
const box = osparc.ui.window.TabbedView.createSectionBox(this.tr("Two-Factor Authentication"));
385385

386386
const label = osparc.ui.window.TabbedView.createHelpLabel(this.tr("Set your preferred method to use for two-factor authentication when signing in:"));
387387
box.add(label);
@@ -419,7 +419,7 @@ qx.Class.define("osparc.desktop.account.ProfilePage", {
419419
if (selectedId === "DISABLED") {
420420
const discourageTitle = this.tr("You are about to disable the 2FA");
421421
const discourageText = this.tr("\
422-
The 2 Factor Authentication is one more measure to prevent hackers from accessing your account with an additional layer of security. \
422+
The Two-Factor Authentication is one more measure to prevent hackers from accessing your account with an additional layer of security. \
423423
When you sign in, 2FA helps make sure that your resources and personal information stays private, safe and secure.\
424424
");
425425
const win = new osparc.ui.window.Confirmation(discourageTitle).set({

services/static-webserver/client/source/translation/en.po

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,7 +1199,7 @@ msgid "Two-Factor Authentication (2FA)"
11991199
msgstr ""
12001200

12011201
#: osparc/auth/ui/VerifyPhoneNumberView.js
1202-
msgid "We will send you a text message to your mobile phone to authenticate you each time you log in."
1202+
msgid "A text message will be sent to your mobile phone for authentication each time you log in."
12031203
msgstr ""
12041204

12051205
#: osparc/auth/ui/VerifyPhoneNumberView.js
@@ -1251,7 +1251,7 @@ msgid "Type code"
12511251
msgstr ""
12521252

12531253
#: osparc/auth/ui/Login2FAValidationCodeView.js
1254-
msgid "Didn't receive the code? Resend code"
1254+
msgid "Didn't receive the code? Click to resend"
12551255
msgstr ""
12561256

12571257
#: osparc/auth/ui/Login2FAValidationCodeView.js
@@ -1383,11 +1383,11 @@ msgid "Unsuccessful privacy update"
13831383
msgstr ""
13841384

13851385
#: osparc/desktop/account/ProfilePage.js
1386-
msgid "If all searchable fields are hidden, you will not be findable."
1386+
msgid "If all searchable fields are hidden, you will not be discoverable."
13871387
msgstr ""
13881388

13891389
#: osparc/desktop/account/ProfilePage.js
1390-
msgid "2 Factor Authentication"
1390+
msgid "Two-Factor Authentication"
13911391
msgstr ""
13921392

13931393
#: osparc/desktop/account/ProfilePage.js
@@ -1399,7 +1399,7 @@ msgid "You are about to disable the 2FA"
13991399
msgstr ""
14001400

14011401
#: osparc/desktop/account/ProfilePage.js
1402-
msgid " The 2 Factor Authentication is one more measure to prevent hackers from accessing your account with an additional layer of security. When you sign in, 2FA helps make sure that your resources and personal information stays private, safe and secure. "
1402+
msgid " The Two-Factor Authentication is one more measure to prevent hackers from accessing your account with an additional layer of security. When you sign in, 2FA helps make sure that your resources and personal information stays private, safe and secure. "
14031403
msgstr ""
14041404

14051405
#: osparc/desktop/account/ProfilePage.js

0 commit comments

Comments
 (0)