Skip to content
Snippets Groups Projects
Verified Commit 4683034b authored by Phil Hughes's avatar Phil Hughes
Browse files

Tweaked the first time contributor tooltip text

Removes the text `Handle with care` as it sounds condescending.
parent 93a33556
No related branches found
No related tags found
No related merge requests found
- access = note_max_access_for_user(note)
- if note.has_special_role?(Note::SpecialRole::FIRST_TIME_CONTRIBUTOR)
%span.note-role.note-role-special.has-tooltip{ title: _("This is the author's first Merge Request to this project. Handle with care.") }
%span.note-role.note-role-special.has-tooltip{ title: _("This is the author's first Merge Request to this project.") }
= issuable_first_contribution_icon
- if access.nonzero?
%span.note-role.note-role-access= Gitlab::Access.human_access(access)
Loading
Loading
Loading
Loading
@@ -1382,7 +1382,7 @@ msgstr ""
msgid "There are problems accessing Git storage: "
msgstr ""
 
msgid "This is the author's first Merge Request to this project. Handle with care."
msgid "This is the author's first Merge Request to this project."
msgstr ""
 
msgid "This means you can not push code until you create an empty repository or import existing one."
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment