1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-10-08 19:00:28 +03:00

🐛 Fix save label in workflow settings

This commit is contained in:
Iván Ovejero 2021-12-16 16:47:59 +01:00
parent b8637c833d
commit a1cddb33a3

View File

@ -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>