MOBILE-4270 mod_data: Fix wrong string
parent
90aededf12
commit
fee132d6e8
|
@ -524,7 +524,7 @@
|
|||
"addon.mod_choice.savemychoice": "choice",
|
||||
"addon.mod_choice.userchoosethisoption": "choice",
|
||||
"addon.mod_choice.yourselection": "choice",
|
||||
"addon.mod_data.actions": "data",
|
||||
"addon.mod_data.actionsmenu": "data",
|
||||
"addon.mod_data.addentries": "data",
|
||||
"addon.mod_data.advancedsearch": "data",
|
||||
"addon.mod_data.alttext": "data",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<ion-button size="small" *ngIf="action == 'actionsmenu'" fill="clear" (click)="actionsMenu()"
|
||||
[attr.aria-label]="'addon.mod_data.actions' | translate">
|
||||
[attr.aria-label]="'addon.mod_data.actionsmenu' | translate">
|
||||
<ion-icon name="fas-ellipsis-vertical" slot="icon-only" aria-hidden="true"></ion-icon>
|
||||
</ion-button>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"actions": "Actions menu",
|
||||
"actionsmenu": "Actions menu",
|
||||
"addentries": "Add entries",
|
||||
"advancedsearch": "Advanced search",
|
||||
"alttext": "Alternative text",
|
||||
|
|
Loading…
Reference in New Issue