Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 8b26f22

Browse files
committed
STYLE: refs #0334. "Share" -> "Permissions" in the sidebar
1 parent 78c599b commit 8b26f22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/AppController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public function preDispatch()
230230
'removeItem' => $this->t('Remove Item from Folder'),
231231
'deleteMessage' => $this->t('Do you really want to delete the folder'),
232232
'removeMessage' => $this->t('Do you really want to remove the item'),
233-
'share' => $this->t('Share'),
233+
'share' => $this->t('Permissions'),
234234
'shared' => $this->t('Shared'),
235235
'public' => $this->t('Public'),
236236
'private' => $this->t('Private'),

core/views/item/view.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ if($this->preview) // module visualize
202202
<a href='javascript:;' class='addMetadataLink' ><img alt='' src='{$this->coreWebroot}/public/images/icons/metadata.png'/> {$this->t('Add Metadata')}</a>
203203
</li>
204204
<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>
206206
</li>
207207
<li>
208208
<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>

0 commit comments

Comments
 (0)