mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
🐛 Fix save label in workflow settings
This commit is contained in:
parent
b8637c833d
commit
a1cddb33a3
|
@ -167,7 +167,7 @@
|
|||
</template>
|
||||
<template v-slot:footer>
|
||||
<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>
|
||||
</template>
|
||||
</Modal>
|
||||
|
|
Loading…
Reference in a new issue