Commit fcb2a1d2 authored by Denys Mishunov's avatar Denys Mishunov

Merge branch 'Externalise-strings-in-chat_names/_chat_name.html.haml' into 'master'

Externalize strings in chat_names/_chat_name.html.haml

See merge request gitlab-org/gitlab!58444
parents 2b3b7909 839d7c85
......@@ -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)
......
---
title: Externalize strings in chat_names/_chat_name.html.haml
merge_request: 58444
author: nuwe1
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment