diff options
author | Vincent Petry <pvince81@owncloud.com> | 2016-11-30 20:56:10 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-12-22 18:35:32 +0100 |
commit | 14256d631cf32d8774c7fcffe322d65f964fcd5d (patch) | |
tree | 871fc9174c2060060772ede82ac884d7980b98ff /core/js/sharedialogresharerinfoview.js | |
parent | 453f3beffaf629efa5c715f7ca88b5c0a1034af8 (diff) | |
download | nextcloud-server-14256d631cf32d8774c7fcffe322d65f964fcd5d.tar.gz nextcloud-server-14256d631cf32d8774c7fcffe322d65f964fcd5d.zip |
Use group display name in sharing API + UI
Diffstat (limited to 'core/js/sharedialogresharerinfoview.js')
-rw-r--r-- | core/js/sharedialogresharerinfoview.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/sharedialogresharerinfoview.js b/core/js/sharedialogresharerinfoview.js index 654eebf4997..9a9d95cfb60 100644 --- a/core/js/sharedialogresharerinfoview.js +++ b/core/js/sharedialogresharerinfoview.js @@ -80,7 +80,7 @@ 'core', 'Shared with you and the group {group} by {owner}', { - group: this.model.getReshareWith(), + group: this.model.getReshareWithDisplayName(), owner: ownerDisplayName } ); |