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