Skip to content

Commit

Permalink
Merge pull request #6 from LanceGin/dev
Browse files Browse the repository at this point in the history
upd: notice words
  • Loading branch information
LanceGin authored Aug 15, 2017
2 parents b7b564f + 9f542f4 commit 5e1e5ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renderer/components/BucketList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
drop(bucket) {
const accessKey = localStorage.accessKey;
const secretKey = localStorage.secretKey;
this.$confirm(`确定淘汰 ${bucket} ?`, '提示', {
this.$confirm(`确定删除 ${bucket} ?`, '提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
type: 'warning',
Expand All @@ -136,7 +136,7 @@
.then((data) => {
this.bucketList = data;
this.fullscreenLoading = false;
this.$message(`成功淘汰${bucket}...💗`);
this.$message(`成功删除 ${bucket}...💗`);
});
})
.catch((err) => {
Expand Down

0 comments on commit 5e1e5ff

Please sign in to comment.