mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-17 13:21:22 +00:00
Merge pull request #78 from Qortal/bugfix/message
fix join group message success
This commit is contained in:
commit
f564b52be0
@ -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',
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user