fix(grants): correct the removal of a users from a grant

This commit is contained in:
Edouard Vanbelle
2026-05-25 23:17:21 +02:00
parent 8365608bd5
commit 3e786daea5
3 changed files with 23 additions and 15 deletions
@@ -93,7 +93,7 @@ const sharedWithMeView = {
if (data.items.length === 0 && !this._nextCursor) {
// First page came back empty
ui.showError(`
<i class="fas fa-inbox empty-state-icon"></i>
<i class="fas fa-share-alt empty-state-icon"></i>
<p>${i18n.t('sharedwithme_emptyStateTitle', 'Nothing shared with you yet')}</p>
<p>${i18n.t('sharedwithme_emptyStateDesc', 'Items shared with you by other users will appear here')}</p>
`);