Browse Source

Fix missing translation

pull/1231/head
Jack S 4 years ago
parent
commit
d05c02395f
  1. 4
      app/helpers/tab_nav_helper.rb

4
app/helpers/tab_nav_helper.rb

@ -24,8 +24,8 @@ module TabNavHelper
def tab_items(user) def tab_items(user)
[ [
{ name: t("Details"), url: details_organisation_path(user.organisation) }, { name: "Details", url: details_organisation_path(user.organisation) },
{ name: t("Users"), url: users_organisation_path(user.organisation) }, { name: "Users", url: users_organisation_path(user.organisation) },
] ]
end end
end end

Loading…
Cancel
Save