From 4dfe1a85c12b0c541c5649b35affee662cc88217 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Tue, 8 Feb 2022 08:30:01 +0100 Subject: [PATCH] MOBILE-3910 login: Change text to accept site policy --- scripts/langindex.json | 1 + src/core/features/login/lang.json | 1 + src/core/features/login/pages/email-signup/email-signup.html | 2 +- src/core/features/login/pages/site-policy/site-policy.html | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/langindex.json b/scripts/langindex.json index 6899fcdff..6507a0414 100644 --- a/scripts/langindex.json +++ b/scripts/langindex.json @@ -1956,6 +1956,7 @@ "core.login.passwordforgotteninstructions2": "moodle", "core.login.passwordrequired": "local_moodlemobileapp", "core.login.policyaccept": "moodle", + "core.login.policyacceptmandatory": "local_moodlemobileapp", "core.login.policyagree": "moodle", "core.login.policyagreement": "moodle", "core.login.policyagreementclick": "moodle", diff --git a/src/core/features/login/lang.json b/src/core/features/login/lang.json index 240b6a6e5..f3716516e 100644 --- a/src/core/features/login/lang.json +++ b/src/core/features/login/lang.json @@ -86,6 +86,7 @@ "passwordforgotteninstructions2": "To reset your password, submit your username or your email address below. If we can find you in the database, an email will be sent to your email address, with instructions how to get access again.", "passwordrequired": "Password required", "policyaccept": "I understand and agree", + "policyacceptmandatory": "I understand and agree to the mandatory site policies", "policyagree": "You must agree to this policy to continue using this site. Do you agree?", "policyagreement": "Site policy agreement", "policyagreementclick": "Link to site policy agreement", diff --git a/src/core/features/login/pages/email-signup/email-signup.html b/src/core/features/login/pages/email-signup/email-signup.html index ddd61f93a..8aeae3721 100644 --- a/src/core/features/login/pages/email-signup/email-signup.html +++ b/src/core/features/login/pages/email-signup/email-signup.html @@ -209,7 +209,7 @@ - {{ 'core.login.policyaccept' | translate }} + {{ 'core.login.policyacceptmandatory' | translate }} diff --git a/src/core/features/login/pages/site-policy/site-policy.html b/src/core/features/login/pages/site-policy/site-policy.html index d061ab406..05a67d683 100644 --- a/src/core/features/login/pages/site-policy/site-policy.html +++ b/src/core/features/login/pages/site-policy/site-policy.html @@ -28,7 +28,7 @@ - {{ 'core.login.policyaccept' | translate }} + {{ 'core.login.policyacceptmandatory' | translate }} {{ 'core.login.cancel' | translate }}