title > boardname

Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
This commit is contained in:
Jakob Röhrl
2020-12-30 11:51:18 +01:00
parent 7d88535771
commit 06a973ae02
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@
</Actions>
<template>
<div class="filter" v-if="filterVisible">
<div v-if="filterVisible" class="filter">
<h3>{{ t('deck', 'Filter by tag') }}</h3>
<div v-for="label in labelsSorted" :key="label.id" class="filter--item">
<input

View File

@@ -29,7 +29,7 @@
<div class="board-list-bullet" />
</div>
<div class="board-list-title-cell">
{{ t('deck', 'Title') }}
{{ t('deck', 'Board name') }}
</div>
<div class="board-list-avatars-cell">
{{ t('deck', 'Members') }}