Skip to content

Commit

Permalink
Merge pull request #3688 from owncloud/indicators-label
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Hirt authored Jun 29, 2020
2 parents ba142d7 + 7b64003 commit 503996c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/components/FileItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/>
</div>
<div v-if="hasTwoRows" class="uk-flex uk-flex-middle">
<translate class="uk-margin-small-right">State:</translate>
<translate class="uk-margin-small-right">Shared with:</translate>
<Indicators
v-if="indicators.length > 0"
key="status-indicators"
Expand Down
6 changes: 6 additions & 0 deletions changelog/unreleased/indicators-label
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Change: Use "Shared with" as a label for indicators

Instead of "State" we've started using the "Shared with" as a label for the indicators in the files list.
This is only intermediate solution because the indicators can be extended by other indicators which don't have to be related to sharing.

https://github.com/owncloud/phoenix/pull/3688

0 comments on commit 503996c

Please sign in to comment.