Commit 094e877e authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Change resolve button text to mark comment as resolved

parent 0c5b3d08
export default { export default {
computed: { computed: {
resolveButtonTitle() { resolveButtonTitle() {
let title = 'Mark as resolved'; let title = 'Mark comment as resolved';
if (this.resolvedBy) { if (this.resolvedBy) {
title = `Resolved by ${this.resolvedBy.name}`; title = `Resolved by ${this.resolvedBy.name}`;
......
---
title: Change resolve button text to mark comment as resolved
merge_request:
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment