diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2019-06-06 10:05:42 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-06-06 10:05:42 +0000 |
commit | 26d57f96410d474dff2e57b31cdd47764ff7b05b (patch) | |
tree | 882066bb669ebc07c81ec8609b189814aaf04dcc /app/assets/javascripts/notes | |
parent | e53f475e4a6aaaee526e95c2e922e87b4ef98d32 (diff) | |
parent | 982463e944e0af140dc31c8e64a995b476294e82 (diff) | |
download | gitlab-ce-26d57f96410d474dff2e57b31cdd47764ff7b05b.tar.gz |
Merge branch '59376-Report-abuse-to-GitLab-should-be-Report-abuse-in-non-gitlab.com-instances' into 'master'
Change "Report abuse to GitLab" to more generic wording.
Closes #59376
See merge request gitlab-org/gitlab-ce!28884
Diffstat (limited to 'app/assets/javascripts/notes')
-rw-r--r-- | app/assets/javascripts/notes/components/note_actions.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/notes/components/note_actions.vue b/app/assets/javascripts/notes/components/note_actions.vue index c9c40cb6acf..844d0c3e376 100644 --- a/app/assets/javascripts/notes/components/note_actions.vue +++ b/app/assets/javascripts/notes/components/note_actions.vue @@ -195,7 +195,7 @@ export default { </button> <ul class="dropdown-menu more-actions-dropdown dropdown-open-left"> <li v-if="canReportAsAbuse"> - <a :href="reportAbusePath">{{ __('Report abuse to GitLab') }}</a> + <a :href="reportAbusePath">{{ __('Report abuse to admin') }}</a> </li> <li v-if="noteUrl"> <button |