Merge pull request #3099 from dpalou/MOBILE-3910
MOBILE-3910 login: Change text to accept site policymain
commit
80d4cb93fc
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -209,7 +209,7 @@
|
|||
</ion-item>
|
||||
<ion-item class="ion-text-wrap">
|
||||
<ion-label>
|
||||
<span [core-mark-required]="true">{{ 'core.login.policyaccept' | translate }}</span>
|
||||
<span [core-mark-required]="true">{{ 'core.login.policyacceptmandatory' | translate }}</span>
|
||||
<core-input-errors [control]="signupForm.controls.policyagreed" [errorMessages]="policyErrors">
|
||||
</core-input-errors>
|
||||
</ion-label>
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
<core-iframe [src]="sitePolicy"></core-iframe>
|
||||
</ion-card>
|
||||
<ion-button class="ion-text-wrap ion-margin-horizontal" expand="block" (click)="accept()">
|
||||
{{ 'core.login.policyaccept' | translate }}
|
||||
{{ 'core.login.policyacceptmandatory' | translate }}
|
||||
</ion-button>
|
||||
<ion-button class="ion-text-wrap ion-margin-horizontal ion-margin-bottom" expand="block" color="light" (click)="cancel()">
|
||||
{{ 'core.login.cancel' | translate }}
|
||||
|
|
Loading…
Reference in New Issue