summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAurélien <dav.aurelien@gmail.com>2021-03-13 19:28:42 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commit75a71cce78b4de8db0efe648af4c1a8ea4e40432 (patch)
treea417a86bed4c9faff03b9b1993523170f1e39da8
parentcaa847fa32c1ac34761c8a3e879f649702330507 (diff)
Change display name in dropdown share
Signed-off-by: Aurélien <dav.aurelien@gmail.com>
-rw-r--r--templates/part.content.php2
1 files changed, 1 insertions, 1 deletions
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 }}
<span class="right" style="margin-top: 1.4em; margin-right: 1em"
ng-class="{'icon-loading-small': App.loading.isLoading(user.value.shareWith), 'icon-checkmark': !App.loading.isLoading(user.value.shareWith) && Share.usersSharedArticles[item.id].includes(user.value.shareWith)}">
</span>