mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-22 20:26:50 +00:00
Fix typo
This commit is contained in:
@@ -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,
|
||||
];
|
||||
|
Reference in New Issue
Block a user