updated button text

This commit is contained in:
marvzhang
2020-07-18 21:35:04 +08:00
parent aa7706f2ab
commit abd1a37911

View File

@@ -347,7 +347,7 @@
</el-form-item>
</el-form>
<template slot="footer">
<el-button type="plain" size="small" @click="setProjectsVisible = false">{{ $t('Cancel') }}</el-button>
<el-button type="plain" size="small" @click="setProjectsVisible = false">{{ $t('Stop') }}</el-button>
<el-button type="primary" size="small" @click="onSetProjectsConfirm">
{{ $t('Confirm') }}
</el-button>