diff --git a/ghost/admin/app/components/settings/audit-log/table.hbs b/ghost/admin/app/components/settings/audit-log/table.hbs
index cacae555a0..1313ca263e 100644
--- a/ghost/admin/app/components/settings/audit-log/table.hbs
+++ b/ghost/admin/app/components/settings/audit-log/table.hbs
@@ -27,10 +27,10 @@
{{#if (or ev.resource.title ev.resource.name)}}
{{#if ev.linkable}}
- {{if ev.resource.title ev.resource.title ev.resource.name}}
+ {{or ev.resource.title ev.resource.name}}
{{else}}
- {{if ev.resource.title ev.resource.title ev.resource.name}}
+ {{or ev.resource.title ev.resource.name}}
{{/if}}
{{else}}
(unknown)