This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ public function preDispatch()
230
230
'removeItem ' => $ this ->t ('Remove Item from Folder ' ),
231
231
'deleteMessage ' => $ this ->t ('Do you really want to delete the folder ' ),
232
232
'removeMessage ' => $ this ->t ('Do you really want to remove the item ' ),
233
- 'share ' => $ this ->t ('Share ' ),
233
+ 'share ' => $ this ->t ('Permissions ' ),
234
234
'shared ' => $ this ->t ('Shared ' ),
235
235
'public ' => $ this ->t ('Public ' ),
236
236
'private ' => $ this ->t ('Private ' ),
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ if($this->preview) // module visualize
202
202
<a href='javascript:;' class='addMetadataLink' ><img alt='' src=' {$ this ->coreWebroot }/public/images/icons/metadata.png'/> {$ this ->t ('Add Metadata ' )}</a>
203
203
</li>
204
204
<li>
205
- <a href='javascript:;' type='item' element=' {$ this ->itemDao ->getKey ()}' class='sharingLink' ><img alt='' src=' {$ this ->coreWebroot }/public/images/icons/share.png'/> {$ this ->t ('Share ' )}</a>
205
+ <a href='javascript:;' type='item' element=' {$ this ->itemDao ->getKey ()}' class='sharingLink' ><img alt='' src=' {$ this ->coreWebroot }/public/images/icons/share.png'/> {$ this ->t ('Permissions ' )}</a>
206
206
</li>
207
207
<li>
208
208
<a href='javascript:;' type='item' element=' {$ this ->itemDao ->getKey ()}' class='uploadRevisionLink' ><img alt='' src=' {$ this ->coreWebroot }/public/images/icons/upload.png'/> {$ this ->t ('Upload new revision ' )}</a>
You can’t perform that action at this time.
0 commit comments