summaryrefslogtreecommitdiff
path: root/app/views/profiles/chat_names/_chat_name.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/profiles/chat_names/_chat_name.html.haml')
-rw-r--r--app/views/profiles/chat_names/_chat_name.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/chat_names/_chat_name.html.haml b/app/views/profiles/chat_names/_chat_name.html.haml
index 6805824cebc..ca895972b71 100644
--- a/app/views/profiles/chat_names/_chat_name.html.haml
+++ b/app/views/profiles/chat_names/_chat_name.html.haml
@@ -6,7 +6,7 @@
- if can?(current_user, :read_project, project)
= link_to project.full_name, project_path(project)
- else
- .light N/A
+ .light= _('N/A')
%td
%strong
- if can?(current_user, :admin_project, project)