From a3e40c5cb20e94653de20a74e0ac9553c87f0d3a Mon Sep 17 00:00:00 2001 From: Jeffrey Warren Date: Fri, 10 May 2019 12:37:39 -0400 Subject: [PATCH] change "parent" label to "alias" (#5702) --- app/views/tag/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/tag/show.html.erb b/app/views/tag/show.html.erb index 2bd636d00b..a797acc9b4 100644 --- a/app/views/tag/show.html.erb +++ b/app/views/tag/show.html.erb @@ -6,7 +6,7 @@ <%= render partial: 'tag/show/contributors' %> <% unless @tags.try(:first).try(:parent).nil? %> - parent: <%= @tags.first.parent %> + Alias of: <%= @tags.first.parent %> <% end %> <%= render :partial => "notes/format_toggle" if @node_type == "note" %>