Skip to content

Commit

Permalink
Improves title of dashboard filter dialogs (#2053)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvilanova authored Mar 10, 2022
1 parent 72897ae commit a728a48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>
<v-card>
<v-card-title>
<span class="headline">Filters</span>
<span class="headline">Dashboard Data Filters</span>
</v-card-title>
<v-list dense>
<v-list-item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>
<v-card>
<v-card-title>
<span class="headline">Filters</span>
<span class="headline">Dashboard Incident Filters</span>
</v-card-title>
<v-list dense>
<v-list-item>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</template>
<v-card>
<v-card-title>
<span class="headline">Filters</span>
<span class="headline">Dashboard Task Filters</span>
</v-card-title>
<v-list dense>
<v-list-item>
Expand Down

0 comments on commit a728a48

Please sign in to comment.