We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62233b3 commit fedf1efCopy full SHA for fedf1ef
ui/src/views/application-overview/xpack-component/XPackLimitDrawer.vue
@@ -131,7 +131,7 @@
131
<div>
132
<el-button @click.prevent="dialogVisible = false">{{ $t('common.cancel') }} </el-button>
133
<el-button type="primary" @click="submit(limitFormRef)" :loading="loading">
134
- {{ $t('common.create') }}
+ {{ $t('common.save') }}
135
</el-button>
136
</div>
137
</template>
0 commit comments