aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/templates/newfilemenu.handlebars
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/js/templates/newfilemenu.handlebars')
-rw-r--r--apps/files/js/templates/newfilemenu.handlebars2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/templates/newfilemenu.handlebars b/apps/files/js/templates/newfilemenu.handlebars
index 0d9ad9682ca..756595212d9 100644
--- a/apps/files/js/templates/newfilemenu.handlebars
+++ b/apps/files/js/templates/newfilemenu.handlebars
@@ -4,7 +4,7 @@
</li>
{{#each items}}
<li>
- <a href="#" class="menuitem" data-templatename="{{templateName}}" data-filetype="{{fileType}}" data-action="{{id}}"><span class="icon {{iconClass}} svg"></span><span class="displayname">{{displayName}}</span></a>
+ <a href="#" class="menuitem" data-templatename="{{templateName}}" data-filetype="{{fileType}}" data-action="{{id}}" data-action-label="{{actionLabel}}"><span class="icon {{iconClass}} svg"></span><span class="displayname">{{displayName}}</span></a>
</li>
{{/each}}
</ul>