diff --git a/ghost/admin/app/components/settings/audit-log/no-events.hbs b/ghost/admin/app/components/settings/audit-log/no-events.hbs index 8ef96b7b17..69bcfac747 100644 --- a/ghost/admin/app/components/settings/audit-log/no-events.hbs +++ b/ghost/admin/app/components/settings/audit-log/no-events.hbs @@ -2,12 +2,12 @@
{{svg-jar "activity-placeholder" class="gh-members-placeholder"}} {{#if @filter}} -

No actions match the current filter

- - Show all actions +

No events match the current filter

+ + Show all events {{else}} -

No actions yet

+

No events yet

{{/if}}
\ No newline at end of file diff --git a/ghost/admin/app/helpers/reset-query-params.js b/ghost/admin/app/helpers/reset-query-params.js index 7bae1fbdd8..957865d6d0 100644 --- a/ghost/admin/app/helpers/reset-query-params.js +++ b/ghost/admin/app/helpers/reset-query-params.js @@ -25,6 +25,11 @@ export const DEFAULT_QUERY_PARAMS = { 'members-activity': { excludedEvents: null, member: null + }, + 'settings.audit-log': { + excludedEvents: null, + excludedResources: null, + user: null } }; diff --git a/ghost/admin/app/templates/settings/audit-log.hbs b/ghost/admin/app/templates/settings/audit-log.hbs index cfb12ec762..63e76b7a91 100644 --- a/ghost/admin/app/templates/settings/audit-log.hbs +++ b/ghost/admin/app/templates/settings/audit-log.hbs @@ -1,7 +1,7 @@

- Audit log + Audit log {{#if this.userRecord}} {{svg-jar "arrow-right"}} {{or this.userRecord.name this.userRecord.email}}