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

View File

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

View File

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