UI: Fix translate

This commit is contained in:
Vladyslav_Prykhodko 2023-04-24 16:02:18 +03:00
parent 03efbe3f7d
commit 19f41c0f79
2 changed files with 2 additions and 1 deletions

View File

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

View File

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