Browse Source

UI: Fix translate

pull/8424/head
Vladyslav_Prykhodko 3 years ago
parent
commit
19f41c0f79
  1. 2
      ui-ngx/src/app/modules/home/pages/notification/sent/sent-notification-dialog.component.html
  2. 1
      ui-ngx/src/assets/locale/locale.constant-en_US.json

2
ui-ngx/src/app/modules/home/pages/notification/sent/sent-notification-dialog.component.html

@ -66,7 +66,7 @@
<div class="tb-hint" translate>notification.at-least-one-should-be-selected</div>
</div>
<button
matTooltip="Refresh allow delivery method"
matTooltip="{{ 'notification.refresh-allow-delivery-method' | translate }}"
matTooltipPosition="above"
(click)="refreshAllowDeliveryMethod()"
*ngIf="showRefresh"

1
ui-ngx/src/assets/locale/locale.constant-en_US.json

@ -2909,6 +2909,7 @@
"recipients": "Recipients",
"recipients-count": "{ count, plural, =1 {1 recipient} other {# recipients} }",
"recipients-required": "Recipients are required",
"refresh-allow-delivery-method": "Refresh allow delivery method",
"request-search": "Request search",
"request-status": {
"processing": "Processing",

Loading…
Cancel
Save