MOBILE-3672 captcha: Change open captcha caption
parent
2f8333d516
commit
debf0cee6d
|
@ -1968,6 +1968,7 @@
|
|||
"core.openfullimage": "local_moodlemobileapp",
|
||||
"core.openinbrowser": "local_moodlemobileapp",
|
||||
"core.openmodinbrowser": "local_moodlemobileapp",
|
||||
"core.opensecurityquestion": "local_moodlemobileapp",
|
||||
"core.opensettings": "local_moodlemobileapp",
|
||||
"core.othergroups": "group",
|
||||
"core.pagea": "moodle",
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div *ngIf="publicKey && siteUrl && model">
|
||||
<!-- A button to open the recaptcha modal. -->
|
||||
<ion-button expand="block" color="light" class="ion-margin" *ngIf="!model[modelValueName]" (click)="answerRecaptcha()">
|
||||
{{ 'core.resourcedisplayopen' | translate }}
|
||||
{{ 'core.opensecurityquestion' | translate }}
|
||||
</ion-button>
|
||||
<ion-item *ngIf="model[modelValueName]">
|
||||
<ion-label color="success">{{ 'core.answered' | translate }}</ion-label>
|
||||
|
|
|
@ -215,6 +215,7 @@
|
|||
"openfullimage": "Click here to display the full size image",
|
||||
"openinbrowser": "Open in browser",
|
||||
"openmodinbrowser": "Open {{$a}} in browser",
|
||||
"opensecurityquestion": "Open security question",
|
||||
"opensettings": "Open settings",
|
||||
"othergroups": "Other groups",
|
||||
"pagea": "Page {{$a}}",
|
||||
|
|
Loading…
Reference in New Issue