UX: Add title for the assign tab in the user menu (#381)
As of 496f910f03
, core automatically adds title to user menu tabs if an i18n string exists at the key `user_menu.tabs.${tab_id}`. This PR adds a string in the right place so core picks it up and uses it for the assign tab.
This commit is contained in:
parent
cef3d23766
commit
6479e54830
|
@ -151,3 +151,8 @@ en:
|
|||
other: "Are you sure? You have %{count} unread assign notifications."
|
||||
user_menu:
|
||||
view_all_assigned: "view all assigned"
|
||||
tabs:
|
||||
assign_list: "Assign list"
|
||||
assign_list_with_unread:
|
||||
one: "Assign list - %{count} unread assignment"
|
||||
other: "Assign list - %{count} unread assignments"
|
||||
|
|
Loading…
Reference in New Issue