forked from CIT/Vmeda.Online
		
	MOBILE-3910 login: Change text to accept site policy
This commit is contained in:
		
							parent
							
								
									8bae313a3c
								
							
						
					
					
						commit
						4dfe1a85c1
					
				@ -1956,6 +1956,7 @@
 | 
				
			|||||||
  "core.login.passwordforgotteninstructions2": "moodle",
 | 
					  "core.login.passwordforgotteninstructions2": "moodle",
 | 
				
			||||||
  "core.login.passwordrequired": "local_moodlemobileapp",
 | 
					  "core.login.passwordrequired": "local_moodlemobileapp",
 | 
				
			||||||
  "core.login.policyaccept": "moodle",
 | 
					  "core.login.policyaccept": "moodle",
 | 
				
			||||||
 | 
					  "core.login.policyacceptmandatory": "local_moodlemobileapp",
 | 
				
			||||||
  "core.login.policyagree": "moodle",
 | 
					  "core.login.policyagree": "moodle",
 | 
				
			||||||
  "core.login.policyagreement": "moodle",
 | 
					  "core.login.policyagreement": "moodle",
 | 
				
			||||||
  "core.login.policyagreementclick": "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.",
 | 
					    "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",
 | 
					    "passwordrequired": "Password required",
 | 
				
			||||||
    "policyaccept": "I understand and agree",
 | 
					    "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?",
 | 
					    "policyagree": "You must agree to this policy to continue using this site.  Do you agree?",
 | 
				
			||||||
    "policyagreement": "Site policy agreement",
 | 
					    "policyagreement": "Site policy agreement",
 | 
				
			||||||
    "policyagreementclick": "Link to site policy agreement",
 | 
					    "policyagreementclick": "Link to site policy agreement",
 | 
				
			||||||
 | 
				
			|||||||
@ -209,7 +209,7 @@
 | 
				
			|||||||
                </ion-item>
 | 
					                </ion-item>
 | 
				
			||||||
                <ion-item class="ion-text-wrap">
 | 
					                <ion-item class="ion-text-wrap">
 | 
				
			||||||
                    <ion-label>
 | 
					                    <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 [control]="signupForm.controls.policyagreed" [errorMessages]="policyErrors">
 | 
				
			||||||
                        </core-input-errors>
 | 
					                        </core-input-errors>
 | 
				
			||||||
                    </ion-label>
 | 
					                    </ion-label>
 | 
				
			||||||
 | 
				
			|||||||
@ -28,7 +28,7 @@
 | 
				
			|||||||
                <core-iframe [src]="sitePolicy"></core-iframe>
 | 
					                <core-iframe [src]="sitePolicy"></core-iframe>
 | 
				
			||||||
            </ion-card>
 | 
					            </ion-card>
 | 
				
			||||||
            <ion-button class="ion-text-wrap ion-margin-horizontal" expand="block" (click)="accept()">
 | 
					            <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>
 | 
				
			||||||
            <ion-button class="ion-text-wrap ion-margin-horizontal ion-margin-bottom" expand="block" color="light" (click)="cancel()">
 | 
					            <ion-button class="ion-text-wrap ion-margin-horizontal ion-margin-bottom" expand="block" color="light" (click)="cancel()">
 | 
				
			||||||
                {{ 'core.login.cancel' | translate }}
 | 
					                {{ 'core.login.cancel' | translate }}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user