Merge branch 'mark-comment-resolved' into 'master'

Change resolve button text to mark comment as resolved

Closes #61084

See merge request gitlab-org/gitlab-ce!28484
This commit is contained in:
Filipa Lacerda 2019-05-21 09:19:32 +00:00
commit ea7b10cd57
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
export default {
computed: {
resolveButtonTitle() {
let title = 'Mark as resolved';
let title = 'Mark comment as resolved';
if (this.resolvedBy) {
title = `Resolved by ${this.resolvedBy.name}`;

View File

@ -0,0 +1,5 @@
---
title: Change resolve button text to mark comment as resolved
merge_request:
author:
type: fixed