Skip to content

Commit 0d52bd5

Browse files
authored
Merge pull request #5957 from nextcloud/rakekniven-patch-1
choir(i18n): Change filter title
2 parents 18c6ec8 + f5e2935 commit 0d52bd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Controls.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<label :for="user.uid"><NcAvatar :user="user.uid" :size="24" :disable-menu="true" /> {{ user.displayname }}</label>
122122
</div>
123123

124-
<h3>{{ t('deck', 'Filter by completed') }}</h3>
124+
<h3>{{ t('deck', 'Filter by status') }}</h3>
125125
<div class="filter--item">
126126
<input id="filter-option-both"
127127
v-model="filter.completed"

0 commit comments

Comments
 (0)