fix: better qr code panel and webapp url regen confirmation (#6321)

This commit is contained in:
Charles Zhou
2024-07-16 02:06:49 -05:00
committed by GitHub
parent 55d7374ab7
commit 0099ef6896
4 changed files with 53 additions and 33 deletions

View File

@@ -183,7 +183,7 @@ function AppCard({
<Confirm
type='warning'
title={t('appOverview.overview.appInfo.regenerate')}
content={''}
content={t('appOverview.overview.appInfo.regenerateNotice')}
isShow={showConfirmDelete}
onClose={() => setShowConfirmDelete(false)}
onConfirm={() => {