mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-24 10:41:24 +00:00
CapitalizeFirst and CapitalizeAll
This commit is contained in:
@@ -23,10 +23,10 @@ const ThemeSelector = () => {
|
||||
title={
|
||||
themeMode === 'dark'
|
||||
? t('core:theme.light', {
|
||||
postProcess: 'capitalize',
|
||||
postProcess: 'capitalizeFirst',
|
||||
})
|
||||
: t('core:theme.light', {
|
||||
postProcess: 'capitalize',
|
||||
postProcess: 'capitalizeFirst',
|
||||
})
|
||||
}
|
||||
>
|
||||
|
Reference in New Issue
Block a user