shared navigation overview: We're unsharing items, not removing them

refs #5600
This commit is contained in:
Johannes Meyer 2015-09-16 13:05:45 +02:00
parent 5d9a57446f
commit 16a57c5c1b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<thead>
<th><?= $this->translate('Shared Navigation'); ?></th>
<th style="width: 10em"><?= $this->translate('Owner'); ?></th>
<th style="width: 5em"><?= $this->translate('Remove'); ?></th>
<th style="width: 5em"><?= $this->translate('Unshare'); ?></th>
</thead>
<tbody>
<?php foreach ($items as $name => $item): ?>