Refactor json structure and move some from group into core

This commit is contained in:
Nicola Benaglia
2025-05-16 09:23:23 +02:00
parent 7df70b2165
commit 8e15323f24
21 changed files with 38 additions and 38 deletions

View File

@@ -424,7 +424,7 @@ export const Save = ({ isDesktop, disableWidth, myName }) => {
fontSize: '14px',
}}
>
{t('core:save_options.reset_qdn', {
{t('core:question.reset_qdn', {
postProcess: 'capitalizeFirst',
})}
</Typography>
@@ -461,7 +461,7 @@ export const Save = ({ isDesktop, disableWidth, myName }) => {
}}
>
{' '}
{t('core:save_options.reset_pinned', {
{t('core:question.reset_pinned', {
postProcess: 'capitalizeFirst',
})}
</Typography>
@@ -495,7 +495,7 @@ export const Save = ({ isDesktop, disableWidth, myName }) => {
fontSize: '14px',
}}
>
{t('core:save_options.overwrite_changes', {
{t('core:question.overwrite_changes', {
postProcess: 'capitalizeFirst',
})}
</Typography>