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:
Osama Sayegh 2022-09-21 17:50:13 +03:00 committed by GitHub
parent cef3d23766
commit 6479e54830
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -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"