# HG changeset patch # User Marcin Kuzminski # Date 2020-06-03 09:00:15 # Node ID bf564f2214e78e49f24aeab87450f163bbf47ead # Parent 958e2904c0d7fbca80b2e3ce28d2afc5fd733c89 files: fixed label for copy-path action. diff --git a/rhodecode/templates/files/files_source.mako b/rhodecode/templates/files/files_source.mako --- a/rhodecode/templates/files/files_source.mako +++ b/rhodecode/templates/files/files_source.mako @@ -104,7 +104,7 @@ | ${h.link_to(_('Raw'), h.route_path('repo_file_raw',repo_name=c.repo_name,commit_id=c.commit.raw_id,f_path=c.f_path))} % if not c.file.is_binary: |${_('Copy content')} - |${_('Copy permalink')} + |${_('Copy permalink')} % endif