@@ -115,7 +115,7 @@ export default {
|
|||||||
this.editTitle = this.board.title
|
this.editTitle = this.board.title
|
||||||
this.editing = true
|
this.editing = true
|
||||||
},
|
},
|
||||||
icon: 'icon-edit',
|
icon: 'icon-rename',
|
||||||
text: t('deck', 'Edit board')
|
text: t('deck', 'Edit board')
|
||||||
})
|
})
|
||||||
|
|
||||||
@@ -160,8 +160,8 @@ export default {
|
|||||||
|
|
||||||
actions.push({
|
actions.push({
|
||||||
action: () => {
|
action: () => {
|
||||||
const route = this.routeTo;
|
const route = this.routeTo
|
||||||
route.name = 'board.details';
|
route.name = 'board.details'
|
||||||
this.$router.push(route)
|
this.$router.push(route)
|
||||||
},
|
},
|
||||||
icon: 'icon-settings-dark',
|
icon: 'icon-settings-dark',
|
||||||
|
|||||||
Reference in New Issue
Block a user