From 75a71cce78b4de8db0efe648af4c1a8ea4e40432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien?= Date: Sat, 13 Mar 2021 19:28:42 +0100 Subject: Change display name in dropdown share MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien --- templates/part.content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/part.content.php b/templates/part.content.php index cdb49df59..f64dde32b 100644 --- a/templates/part.content.php +++ b/templates/part.content.php @@ -132,7 +132,7 @@ class="icon-category-installed pr-3" ng-repeat="user in Share.userList" ng-click="Share.shareItem(item.id, user.value.shareWith)"> - {{ user.value.shareWith }} + {{ user.label }} -- cgit v1.2.3