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