Skip to content

Commit fedf1ef

Browse files
committed
refactor: ui
1 parent 62233b3 commit fedf1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/application-overview/xpack-component/XPackLimitDrawer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<div>
132132
<el-button @click.prevent="dialogVisible = false">{{ $t('common.cancel') }} </el-button>
133133
<el-button type="primary" @click="submit(limitFormRef)" :loading="loading">
134-
{{ $t('common.create') }}
134+
{{ $t('common.save') }}
135135
</el-button>
136136
</div>
137137
</template>

0 commit comments

Comments
 (0)