fix: optimize feedback and app icon (#1099)

This commit is contained in:
bowen 2023-09-05 09:13:59 +08:00 committed by GitHub
commit 4a28599fbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 45 additions and 37 deletions

View file

@ -93,7 +93,7 @@ const AppCard = ({ app, onRefresh }: AppCardProps) => {
else {
notify({
type: 'error',
message: t('common.actionMsg.modificationFailed'),
message: t('common.actionMsg.modifiedUnsuccessfully'),
})
}
},