diff options
Diffstat (limited to 'core/js/share/sharedialogresharerinfoview.handlebars')
-rw-r--r-- | core/js/share/sharedialogresharerinfoview.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/share/sharedialogresharerinfoview.handlebars b/core/js/share/sharedialogresharerinfoview.handlebars index e2cfa13da96..502356b6332 100644 --- a/core/js/share/sharedialogresharerinfoview.handlebars +++ b/core/js/share/sharedialogresharerinfoview.handlebars @@ -1,5 +1,5 @@ <span class="reshare"> <div class="avatar" data-userName="{{reshareOwner}}"></div> {{sharedByText}} -</span>' + +</span> {{#if hasShareNote}}<div class="share-note">{{shareNote}}</div>{{/if}} |