change restart button text
This commit is contained in:
@@ -41,9 +41,9 @@ export default {
|
||||
|
||||
const confirmed = await this.$refs.inputDialog.confirm({
|
||||
message: this.$t('filemanager.toolbar.restartApp') + '?',
|
||||
confirmStyle: 'primary',
|
||||
confirmLabel: this.$t('main.dialog.yes'),
|
||||
rejectLabel: this.$t('main.dialog.no'),
|
||||
confirmLabel: this.$t('main.action.restart'),
|
||||
confirmStyle: 'danger',
|
||||
rejectLabel: this.$t('main.dialog.cancel'),
|
||||
rejectStyle: 'secondary',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user