mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-27 17:50:53 +01:00
updated Multi Language for a few pages
This commit is contained in:
@@ -166,9 +166,9 @@ export default {
|
||||
this.$store.dispatch('task/getTaskList')
|
||||
},
|
||||
onRemove (row) {
|
||||
this.$confirm('Are you sure to delete this task?', 'Notification', {
|
||||
confirmButtonText: 'Confirm',
|
||||
cancelButtonText: 'Cancel',
|
||||
this.$confirm(this.$t('Are you sure to delete this task?'), this.$t('Notification'), {
|
||||
confirmButtonText: this.$t('Confirm'),
|
||||
cancelButtonText: this.$t('Cancel'),
|
||||
type: 'warning'
|
||||
}).then(() => {
|
||||
this.$store.dispatch('task/deleteTask', row._id)
|
||||
|
||||
Reference in New Issue
Block a user