Skip to content
Snippets Groups Projects
Commit f8ceee24 authored by blackst0ne's avatar blackst0ne
Browse files

Rename 'All issues' to 'Open issues' in Add issues modal

parent 5d71d9fb
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -30,7 +30,7 @@
if (this.activeTab === 'selected') {
obj.title = 'You haven\'t selected any issues yet';
obj.content = `
Go back to <strong>All issues</strong> and select some issues
Go back to <strong>Open issues</strong> and select some issues
to add to your board.
`;
}
Loading
Loading
@@ -59,7 +59,7 @@
class="btn btn-default"
@click="changeTab('all')"
v-if="activeTab === 'selected'">
All issues
Open issues
</button>
</div>
</div>
Loading
Loading
Loading
Loading
@@ -23,7 +23,7 @@
href="#"
role="button"
@click.prevent="changeTab('all')">
All issues
Open issues
<span class="badge">
{{ issuesCount }}
</span>
Loading
Loading
---
title: Rename 'All issues' to 'Open issues' in Add issues modal
merge_request: 10042
author: blackst0ne
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment