diff --git a/app/views/org_admin/templates/index.html.erb b/app/views/org_admin/templates/index.html.erb index 9358f97..033b5e8 100644 --- a/app/views/org_admin/templates/index.html.erb +++ b/app/views/org_admin/templates/index.html.erb @@ -51,7 +51,7 @@ locals: {current_org: current_org.id, published: published, scopes: scopes[:all], hide_actions: true}) %> <% end %> -
+

<%= current_user.can_super_admin? ? _('%{org_name} Templates') % { org_name: current_user.org.name } : _('Own Templates') %>

<%= paginable_renderise( partial: 'paginable/templates/orgs',