mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-06 16:36:58 +00:00
Fix typo
This commit is contained in:
parent
504a6c5ba8
commit
9487cd92e9
@ -1061,7 +1061,7 @@ function App() {
|
||||
try {
|
||||
if (extState === 'authenticated') {
|
||||
await showUnsavedChanges({
|
||||
message: t('core:question.logout', {
|
||||
message: t('core:message.question.logout', {
|
||||
postProcess: 'capitalizeFirst',
|
||||
}),
|
||||
});
|
||||
|
@ -368,7 +368,7 @@ const extensions = [
|
||||
},
|
||||
}),
|
||||
Placeholder.configure({
|
||||
placeholder: i18next.t('core:action.start_typing'),
|
||||
placeholder: 'Start typing here...', // doesn't work i18next.t('core:action.start_typing'),
|
||||
}),
|
||||
ImageResize,
|
||||
];
|
||||
|
@ -68,7 +68,7 @@
|
||||
"select_name_app": "select Name/App",
|
||||
"set_avatar": "set avatar",
|
||||
"start_minting": "start minting",
|
||||
"start_typing": "start typing here...aa",
|
||||
"start_typing": "start typing here...",
|
||||
"transfer_qort": "Transfer QORT",
|
||||
"unpin": "unpin",
|
||||
"unpin_app": "unpin app",
|
||||
|
Loading…
x
Reference in New Issue
Block a user