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