From 5061b0a013a7cc5350e156350c3d52d1d6edaba3 Mon Sep 17 00:00:00 2001 From: evazion Date: Sat, 23 Jan 2021 14:34:53 -0600 Subject: [PATCH] comments: change 'Shortlink' to 'Copy ID'. --- app/components/comment_component/comment_component.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/comment_component/comment_component.html.erb b/app/components/comment_component/comment_component.html.erb index 71e1bf9aa..a1f6bc513 100644 --- a/app/components/comment_component/comment_component.html.erb +++ b/app/components/comment_component/comment_component.html.erb @@ -120,7 +120,7 @@ <%= menu.item do %> <%= link_to comment_path(comment.id), class: "comment-copy-link" do %> - <%= link_icon %> Shortlink + <%= link_icon %> Copy ID <% end %> <% end %>