1
0

feat(link shares): cleanup link share table

This commit is contained in:
kolaente
2022-09-07 22:37:32 +02:00
parent d3171b59be
commit 7a457eb161
2 changed files with 38 additions and 34 deletions

View File

@ -243,7 +243,8 @@
"removeText": "Are you sure you want to remove this link share? It will no longer be possible to access this list with this link share. This cannot be undone!",
"createSuccess": "The link share was successfully created.",
"deleteSuccess": "The link share was successfully deleted",
"view": "View"
"view": "View",
"sharedBy": "Shared by {0}"
},
"userTeam": {
"typeUser": "user | users",
@ -265,9 +266,6 @@
},
"attributes": {
"link": "Link",
"name": "Name",
"sharedBy": "Shared by",
"right": "Right",
"delete": "Delete"
}
},