diff --git a/resources/assets/src/components/admin/Market.vue b/resources/assets/src/components/admin/Market.vue index e6443d1e..d240aed7 100644 --- a/resources/assets/src/components/admin/Market.vue +++ b/resources/assets/src/components/admin/Market.vue @@ -156,7 +156,7 @@ export default { async updatePlugin(plugin) { const { dismiss } = await swal({ text: this.$t('admin.confirmUpdate', { plugin: plugin.title, old: plugin.installed, new: plugin.version }), - type: 'warning', + type: 'question', showCancelButton: true }); if (dismiss) {