Skip to content
Snippets Groups Projects

Display Contributor and Author badges on notes

Merged Mycroft Kang requested to merge TaehyeokKang/gitlab:mycroft-note-badge into master
4 unresolved threads
Compare and Show latest version
16 files
+ 201
91
Compare changes
  • Side-by-side
  • Inline
Files
16
@@ -160,7 +160,7 @@ export default {
@@ -160,7 +160,7 @@ export default {
});
});
},
},
displayMemberBadgeText() {
displayMemberBadgeText() {
return sprintf(__('This user is the %{access} of the %{name} project.'), {
return sprintf(__('This user is a %{access} of the %{name} project.'), {
access: this.accessLevel.toLowerCase(),
access: this.accessLevel.toLowerCase(),
name: this.projectName,
name: this.projectName,
});
});
Loading