From c6e5e5ea10666042ee802722549ffd304e5f86ca Mon Sep 17 00:00:00 2001 From: Miguel Serrano Date: Wed, 15 Oct 2025 13:31:37 +0200 Subject: [PATCH] [web] Group Audit logs minor improvements (#29071) - Replaced icon-only "Clear Filters" button with a labeled one - Fix edge case error - typing incorrect dates creates Date with NaN time - Fixes mobile layout - Adds a "No results found" text when no logs are found. GitOrigin-RevId: f338a6bf5e5d35d8977cc836fc2d92a2cf78a1d2 --- services/web/frontend/extracted-translations.json | 1 + services/web/locales/en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/services/web/frontend/extracted-translations.json b/services/web/frontend/extracted-translations.json index 1087bddde9..62ed8591bc 100644 --- a/services/web/frontend/extracted-translations.json +++ b/services/web/frontend/extracted-translations.json @@ -1126,6 +1126,7 @@ "next_payment_of_x_collectected_on_y": "", "no_actions": "", "no_add_on_purchase_while_paused": "", + "no_audit_logs_found": "", "no_borders": "", "no_caption": "", "no_comments_or_suggestions": "", diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 10b4d43858..5cdc52a993 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -1461,6 +1461,7 @@ "no_actions": "No actions", "no_add_on_purchase_while_paused": "You need to unpause or cancel your existing subscription to buy an add-on.", "no_articles_matching_your_tags": "There are no articles matching your tags", + "no_audit_logs_found": "No audit logs found", "no_borders": "No borders", "no_caption": "No caption", "no_comments_or_suggestions": "No comments or suggestions",