diff --git a/frontend/src/components/system-upgrade/index.vue b/frontend/src/components/system-upgrade/index.vue index ceb4a02c2..fb35d8adc 100644 --- a/frontend/src/components/system-upgrade/index.vue +++ b/frontend/src/components/system-upgrade/index.vue @@ -7,18 +7,18 @@ {{ $t('setting.upgrading') }} - + - - - {{ upgradeInfo.newVersion }} - - - - - + + + {{ $t('setting.newVersion') }} + {{ upgradeInfo.newVersion }} + + + + {{ $t('commons.button.cancel') }} @@ -29,6 +29,7 @@