fix(files): Improve inaccessible files message in file reference widget

Signed-off-by: Jonas <jonas@freesources.org>
pull/42936/head
Jonas 4 months ago
parent 6533431c36
commit 6c7080b152

@ -27,7 +27,7 @@
{{ t('files', 'File cannot be accessed') }}
</p>
<p class="widget-file--description">
{{ t('files', 'You might not have have permissions to view it, ask the sender to share it') }}
{{ t('files', 'The file could not be found or you do not have permissions to view it. Ask the sender to share it.') }}
</p>
</div>
</div>

Loading…
Cancel
Save