UI: Fix translate
This commit is contained in:
parent
03efbe3f7d
commit
19f41c0f79
@ -66,7 +66,7 @@
|
|||||||
<div class="tb-hint" translate>notification.at-least-one-should-be-selected</div>
|
<div class="tb-hint" translate>notification.at-least-one-should-be-selected</div>
|
||||||
</div>
|
</div>
|
||||||
<button
|
<button
|
||||||
matTooltip="Refresh allow delivery method"
|
matTooltip="{{ 'notification.refresh-allow-delivery-method' | translate }}"
|
||||||
matTooltipPosition="above"
|
matTooltipPosition="above"
|
||||||
(click)="refreshAllowDeliveryMethod()"
|
(click)="refreshAllowDeliveryMethod()"
|
||||||
*ngIf="showRefresh"
|
*ngIf="showRefresh"
|
||||||
|
|||||||
@ -2909,6 +2909,7 @@
|
|||||||
"recipients": "Recipients",
|
"recipients": "Recipients",
|
||||||
"recipients-count": "{ count, plural, =1 {1 recipient} other {# recipients} }",
|
"recipients-count": "{ count, plural, =1 {1 recipient} other {# recipients} }",
|
||||||
"recipients-required": "Recipients are required",
|
"recipients-required": "Recipients are required",
|
||||||
|
"refresh-allow-delivery-method": "Refresh allow delivery method",
|
||||||
"request-search": "Request search",
|
"request-search": "Request search",
|
||||||
"request-status": {
|
"request-status": {
|
||||||
"processing": "Processing",
|
"processing": "Processing",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user