summaryrefslogtreecommitdiffstats
path: root/core/js/share
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-10-04 20:07:12 +0200
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-05 12:32:48 +0200
commit8932a51b91f339937be860f773bb8c1fc4143907 (patch)
tree55c8cc5a90799f77595960f720bdf4340557b834 /core/js/share
parent02e326f8f9ede0368aa3724f3300dc36c6819c7d (diff)
downloadnextcloud-server-8932a51b91f339937be860f773bb8c1fc4143907.tar.gz
nextcloud-server-8932a51b91f339937be860f773bb8c1fc4143907.zip
Extract translated strings of compiled handlebars
Follow up to #11615 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'core/js/share')
-rw-r--r--core/js/share/sharedialogshareelistview.handlebars2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/share/sharedialogshareelistview.handlebars b/core/js/share/sharedialogshareelistview.handlebars
index ba9aa6e510a..a95949c8157 100644
--- a/core/js/share/sharedialogshareelistview.handlebars
+++ b/core/js/share/sharedialogshareelistview.handlebars
@@ -19,7 +19,7 @@
{{#each linkReshares}}
<li data-share-id="{{shareId}}" data-share-type="{{shareType}}">
<div class="avatar" data-username="{{shareInitiator}}"></div>
- <span class="has-tooltip username" title="{{shareInitiator}}"> t('core', '{{shareInitiatorDisplayName}} shared via link') + '</span>
+ <span class="has-tooltip username" title="{{shareInitiator}}">{{shareInitiatorText}}</span>
<span class="sharingOptionsGroup">
<a href="#" class="unshare"><span class="icon-loading-small hidden"></span><span class="icon icon-delete"></span><span class="hidden-visually">{{unshareLabel}}</span></a>
</span>