Merge pull request #78 from Qortal/bugfix/message

fix join group message success
This commit is contained in:
Phillip 2025-06-06 18:33:24 +03:00 committed by GitHub
commit f564b52be0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,7 +124,7 @@ export const ListOfJoinRequests = ({
setIsLoadingAccept(false); setIsLoadingAccept(false);
setInfoSnack({ setInfoSnack({
type: 'success', type: 'success',
message: t('group:message.success,group_join', { message: t('group:message.success.group_join', {
postProcess: 'capitalizeFirstChar', postProcess: 'capitalizeFirstChar',
}), }),
}); });