Tweaked the first time contributor tooltip text

Removes the text `Handle with care` as it sounds condescending.
This commit is contained in:
Phil Hughes 2017-09-28 17:46:19 +01:00
parent 93a33556e3
commit 4683034b4f
No known key found for this signature in database
GPG Key ID: 32245528C52E0F9F
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
- 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)

View File

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