mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix: Adjust set up template button styles (no-changelog) (#8259)
This commit is contained in:
@@ -65,6 +65,8 @@ onBeforeUnmount(() => {
|
||||
v-if="showButton"
|
||||
:label="i18n.baseText('nodeView.setupTemplate')"
|
||||
size="large"
|
||||
icon="box-open"
|
||||
type="secondary"
|
||||
@click="handleClick()"
|
||||
/>
|
||||
</template>
|
||||
|
||||
@@ -1095,7 +1095,7 @@
|
||||
"nodeView.zoomOut": "Zoom Out",
|
||||
"nodeView.zoomToFit": "Zoom to Fit",
|
||||
"nodeView.replaceMe": "Replace Me",
|
||||
"nodeView.setupTemplate": "Set up Template",
|
||||
"nodeView.setupTemplate": "Set up template",
|
||||
"contextMenu.node": "node | nodes",
|
||||
"contextMenu.sticky": "sticky note | sticky notes",
|
||||
"contextMenu.selectAll": "Select all",
|
||||
|
||||
Reference in New Issue
Block a user