diff --git a/src/components/Group/Settings.tsx b/src/components/Group/Settings.tsx index 92df026..2c87334 100644 --- a/src/components/Group/Settings.tsx +++ b/src/components/Group/Settings.tsx @@ -175,8 +175,8 @@ export const Settings = ({ open, setOpen, rawWallet }) => { { }, }} > - - {t('group:message.generic.manage_minting', { - postProcess: 'capitalizeAll', - })} - + + + + {t('group:message.generic.manage_minting', { + postProcess: 'capitalizeFirstChar', + })} + - setIsOpenMinting(false)} - aria-label={t('core:action.close', { - postProcess: 'capitalizeFirstChar', - })} - > - - + setIsOpenMinting(false)} + aria-label={t('core:action.close', { + postProcess: 'capitalizeFirstChar', + })} + > + + + + { )} - - - -