MOBILE-3672 captcha: Change open captcha caption

main
Pau Ferrer Ocaña 2021-05-17 10:54:38 +02:00
parent 2f8333d516
commit debf0cee6d
3 changed files with 3 additions and 1 deletions

View File

@ -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",

View File

@ -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>

View File

@ -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}}",