Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-09-25 11:55:21 +0300
committerPhil Hughes <me@iamphill.com>2017-09-27 17:44:39 +0300
commitcfea8f796fa48fd0a03d084c6c2cb3aa66398bdf (patch)
tree3e79cf16568491b7054189326075667be69f911d /app/helpers
parent024249621fd1efbad611bad32f0e171854a4cdb4 (diff)
Fixed missing namespaces on navigation translations
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/boards_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/boards_helper.rb b/app/helpers/boards_helper.rb
index 62ac208f16a..7112c6ee470 100644
--- a/app/helpers/boards_helper.rb
+++ b/app/helpers/boards_helper.rb
@@ -79,6 +79,6 @@ module BoardsHelper
end
def boards_link_text
- _("Board")
+ s_("IssueBoards|Board")
end
end