summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/notes/components/note_actions.vue
diff options
context:
space:
mode:
authorMarc Schwede <git@schwedenmut.de>2019-06-06 10:05:42 +0000
committerFilipa Lacerda <filipa@gitlab.com>2019-06-06 10:05:42 +0000
commit982463e944e0af140dc31c8e64a995b476294e82 (patch)
tree882066bb669ebc07c81ec8609b189814aaf04dcc /app/assets/javascripts/notes/components/note_actions.vue
parente53f475e4a6aaaee526e95c2e922e87b4ef98d32 (diff)
downloadgitlab-ce-982463e944e0af140dc31c8e64a995b476294e82.tar.gz
Change "Report abuse to GitLab" to more generic wording.
Diffstat (limited to 'app/assets/javascripts/notes/components/note_actions.vue')
-rw-r--r--app/assets/javascripts/notes/components/note_actions.vue2
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