mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-07 00:46:58 +00:00
Fix typo
This commit is contained in:
parent
bec943149f
commit
9f9c50ddb8
@ -369,7 +369,7 @@ export const ChatList = ({
|
||||
<ErrorBoundary
|
||||
fallback={
|
||||
<Typography>
|
||||
{t('group.message.generic.invalid_data', {
|
||||
{t('group:message.generic.invalid_data', {
|
||||
postProcess: 'capitalizeFirst',
|
||||
})}
|
||||
</Typography>
|
||||
|
@ -34,6 +34,7 @@ import { ContextMenuMentions } from '../ContextMenuMentions';
|
||||
import { convert } from 'html-to-text';
|
||||
import { generateHTML } from '@tiptap/react';
|
||||
import ErrorBoundary from '../../common/ErrorBoundary';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
|
||||
const extractTextFromHTML = (htmlString = '') => {
|
||||
return convert(htmlString, {
|
||||
@ -567,7 +568,7 @@ export const ChatOptions = ({
|
||||
<ErrorBoundary
|
||||
fallback={
|
||||
<Typography>
|
||||
{t('group.message.generic.invalid_data', {
|
||||
{t('group:message.generic.invalid_data', {
|
||||
postProcess: 'capitalizeFirst',
|
||||
})}
|
||||
</Typography>
|
||||
|
@ -575,7 +575,7 @@ export const ListOfGroupPromotions = () => {
|
||||
<ErrorBoundary
|
||||
fallback={
|
||||
<Typography>
|
||||
{t('group.message.generic.invalid_data', {
|
||||
{t('group:message.generic.invalid_data', {
|
||||
postProcess: 'capitalizeFirst',
|
||||
})}
|
||||
</Typography>
|
||||
|
Loading…
x
Reference in New Issue
Block a user