Skip to content

Commit

Permalink
Merge pull request #2688 from nextcloud/fix/boardName
Browse files Browse the repository at this point in the history
title > boardname
  • Loading branch information
juliushaertl authored Dec 30, 2020
2 parents da24176 + 06a973a commit 84fbbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/boards/Boards.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down

0 comments on commit 84fbbaf

Please sign in to comment.