This commit is contained in:
2025-07-26 03:59:50 +03:00
parent 61eb39456d
commit de3140697e
3 changed files with 6 additions and 2 deletions

View File

@@ -411,7 +411,7 @@ export const Save = ({ isDesktop, disableWidth, myName }) => {
onClick={saveToQdn}
variant="contained"
>
{t('core:action.save_qdn', {
{t('core:message.generic.save_qdn', {
postProcess: 'capitalizeFirstChar',
})}
</LoadingButton>