Change resolve button text to mark comment as resolved

This commit is contained in:
Annabel Dunstone Gray 2019-05-20 10:05:12 -05:00
parent 0c5b3d08de
commit 094e877efd
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