From a8798caefd860db9108796afc199f1633d12271f Mon Sep 17 00:00:00 2001
From: Wu Jeremy <jeremyw@jihulab.com>
Date: Thu, 8 Sep 2022 05:42:44 +0000
Subject: [PATCH] Fix: locale on assignee sidebar

* Fix the wrong ToP when initially loaded.

Changelog: fixed
---
 app/views/shared/issuable/_sidebar_assignees.html.haml | 2 +-
 locale/gitlab.pot                                      | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/app/views/shared/issuable/_sidebar_assignees.html.haml b/app/views/shared/issuable/_sidebar_assignees.html.haml
index 2fd4c598580c2..e9b0457980862 100644
--- a/app/views/shared/issuable/_sidebar_assignees.html.haml
+++ b/app/views/shared/issuable/_sidebar_assignees.html.haml
@@ -6,7 +6,7 @@
   max_assignees: dropdown_options[:data][:"max-select"],
   directly_invite_members: can_admin_project_member?(@project) } }
   .title.hide-collapsed
-    = _('Assignee')
+    = s_('Label|Assignee')
     = gl_loading_icon(inline: true)
 
 .js-sidebar-assignee-data.selectbox.hide-collapsed
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index 22cb2a33c05e8..43245372172f9 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -23031,6 +23031,9 @@ msgstr ""
 msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed."
 msgstr ""
 
+msgid "Label|Assignee"
+msgstr ""
+
 msgid "Language"
 msgstr ""
 
-- 
GitLab