Skip to content

Commit ae2432e

Browse files
mejo-backportbot[bot]
authored andcommitted
fix(menu): fix labels for new file actions
Fixes: #8035 Signed-off-by: Jonas <jonas@freesources.org>
1 parent 00e860f commit ae2432e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Menu/ActionAttachmentUpload.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
:svg="template.iconSvgInline" />
5555
<Plus v-else />
5656
</template>
57-
{{ template.actionLabel }}
57+
{{ template.label }}
5858
</NcActionButton>
5959
</template>
6060
</NcActions>

0 commit comments

Comments
 (0)