This commit is contained in:
Nicola Benaglia 2025-05-17 12:26:17 +02:00
parent 504a6c5ba8
commit 9487cd92e9
3 changed files with 3 additions and 3 deletions

View File

@ -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',
}),
});

View File

@ -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,
];

View File

@ -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",