From 918255bea836e10f4bc10a06fb4cf36002a00cfb Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Mon, 12 Aug 2024 10:27:57 +0300 Subject: [PATCH] UI: rename notification header button name --- ui-ngx/src/assets/locale/locale.constant-en_US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-ngx/src/assets/locale/locale.constant-en_US.json b/ui-ngx/src/assets/locale/locale.constant-en_US.json index b32818723b..f2ce9b4a58 100644 --- a/ui-ngx/src/assets/locale/locale.constant-en_US.json +++ b/ui-ngx/src/assets/locale/locale.constant-en_US.json @@ -7124,7 +7124,7 @@ "button-view-all": "View all", "button-filter": "Filter", "type-filter": "Type filter", - "button-mark-read": "Mark as read", + "button-mark-read": "Mark all as read", "notification-types": "Notification types", "notification-type": "Notification type", "search-type": "Search type",