diff --git a/ghost/admin/app/components/posts/links-table.hbs b/ghost/admin/app/components/posts/links-table.hbs
index 2c2a0328a0..465fe0e720 100644
--- a/ghost/admin/app/components/posts/links-table.hbs
+++ b/ghost/admin/app/components/posts/links-table.hbs
@@ -58,7 +58,7 @@
{{link.link.title}}
- – edited
+ (edited)
{{svg-jar "check-circle"}}
{{/if}}
diff --git a/ghost/admin/app/styles/layouts/content.css b/ghost/admin/app/styles/layouts/content.css
index ddb4b0388f..27b25b0c31 100644
--- a/ghost/admin/app/styles/layouts/content.css
+++ b/ghost/admin/app/styles/layouts/content.css
@@ -1180,7 +1180,7 @@ a.gh-post-list-signups.active:hover > span, a.gh-post-list-conversions.active:ho
.gh-links-list-item-edited {
display: none;
white-space: nowrap;
- color: var(--midgrey);
+ color: var(--midlightgrey);
}
.gh-links-list-item-edited-show {