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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-20 15:11:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-20 15:11:43 +0300
commitf80dee91829a985dbf7d07b606179e06e87166a6 (patch)
tree144131834302ded35f593ab4f9ba25f82b04c2e8 /app/views/layouts/nav
parent6c4f8ad2d99cf2716e62bd5a0c2ecea9e15505b2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/layouts/nav')
-rw-r--r--app/views/layouts/nav/_ask_duo_button.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/_ask_duo_button.html.haml b/app/views/layouts/nav/_ask_duo_button.html.haml
index f17ccfc8afe..e37ce50352c 100644
--- a/app/views/layouts/nav/_ask_duo_button.html.haml
+++ b/app/views/layouts/nav/_ask_duo_button.html.haml
@@ -1,5 +1,5 @@
- if Gitlab.ee? && ::Gitlab::Llm::TanukiBot.show_breadcrumbs_entry_point_for?(user: current_user)
- - label = s_('TanukiBot|Ask GitLab Duo')
+ - label = s_('TanukiBot|GitLab Duo Chat')
= render Pajamas::ButtonComponent.new(variant: :confirm,
category: :secondary,
icon: 'tanuki-ai',