mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-28 20:51:24 +00:00
Refactor json structure and move some from group into core
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user