mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 23:54:07 -08:00
🐛 Fix save label in workflow settings
This commit is contained in:
parent
b8637c833d
commit
a1cddb33a3
|
@ -167,7 +167,7 @@
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:footer>
|
<template v-slot:footer>
|
||||||
<div class="action-buttons">
|
<div class="action-buttons">
|
||||||
<n8n-button label="Save" size="large" float="right" @click="saveSettings" />
|
<n8n-button :label="$locale.baseText('workflowSettings.save')" size="large" float="right" @click="saveSettings" />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</Modal>
|
</Modal>
|
||||||
|
|
Loading…
Reference in a new issue