fix: 修复翻译问题

fix: 修复翻译问题
This commit is contained in:
wangdan-fit2cloud 2024-05-27 15:36:20 +08:00 committed by GitHub
commit 768fd7e921
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,7 +144,7 @@ function getAccessToken(id: string) {
function deleteApplication(row: any) {
MsgConfirm(
// @ts-ignore
`${t('views.application.applicationList.card.delete.confirmTitle')}${row.name} ?`,
`${t('views.application.applicationList.card.delete.confirmTitle')}${row.name} ?`,
t('views.application.applicationList.card.delete.confirmMessage'),
{
confirmButtonText: t('views.application.applicationList.card.delete.confirmButton'),