Skip to content

Commit

Permalink
Format string in no-others-with-access entry
Browse files Browse the repository at this point in the history
Signed-off-by: JeaNugroho <jeanugroho@yahoo.com>
  • Loading branch information
JeaNugroho committed Jul 3, 2023
1 parent b2fa6c3 commit 08f5aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_sharing/src/views/SharingInherited.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

<!-- Inherited shares list -->
<div v-if="loaded && shares.length === 0" class="sharing-entry__desc">
<span class="sharing-entry__title">{{ 'No others with access' }}</span>
<span class="sharing-entry__title">{{ t('files_sharing', 'No others with access') }}</span>
<p>
{{ t('files_sharing', 'People with access to parent folders will show up here') }}
</p>
Expand Down

0 comments on commit 08f5aed

Please sign in to comment.