Commit 3e721612 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '39491-slightly-misleading-tool-tip' into 'master'

Resolve "Slightly misleading tool tip"

Closes #39491

See merge request gitlab-org/gitlab!22222
parents cb5541cc 3c19e962
...@@ -136,7 +136,11 @@ export default { ...@@ -136,7 +136,11 @@ export default {
> >
<strong>{{ __('New! Suggest changes directly') }}</strong> <strong>{{ __('New! Suggest changes directly') }}</strong>
<p class="mb-2"> <p class="mb-2">
{{ __('Suggest code changes which are immediately applied. Try it out!') }} {{
__(
'Suggest code changes which can be immediately applied in one click. Try it out!',
)
}}
</p> </p>
<gl-button variant="primary" size="sm" @click="handleSuggestDismissed"> <gl-button variant="primary" size="sm" @click="handleSuggestDismissed">
{{ __('Got it') }} {{ __('Got it') }}
......
---
title: Update to clarify slightly misleading tool tip
merge_request: 22222
author:
type: other
...@@ -17457,7 +17457,7 @@ msgstr "" ...@@ -17457,7 +17457,7 @@ msgstr ""
msgid "Successfully unlocked" msgid "Successfully unlocked"
msgstr "" msgstr ""
msgid "Suggest code changes which are immediately applied. Try it out!" msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
msgstr "" msgstr ""
msgid "Suggested change" msgid "Suggested change"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment