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
bec943149f
commit
9f9c50ddb8
@ -369,7 +369,7 @@ export const ChatList = ({
|
|||||||
<ErrorBoundary
|
<ErrorBoundary
|
||||||
fallback={
|
fallback={
|
||||||
<Typography>
|
<Typography>
|
||||||
{t('group.message.generic.invalid_data', {
|
{t('group:message.generic.invalid_data', {
|
||||||
postProcess: 'capitalizeFirst',
|
postProcess: 'capitalizeFirst',
|
||||||
})}
|
})}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
@ -34,6 +34,7 @@ import { ContextMenuMentions } from '../ContextMenuMentions';
|
|||||||
import { convert } from 'html-to-text';
|
import { convert } from 'html-to-text';
|
||||||
import { generateHTML } from '@tiptap/react';
|
import { generateHTML } from '@tiptap/react';
|
||||||
import ErrorBoundary from '../../common/ErrorBoundary';
|
import ErrorBoundary from '../../common/ErrorBoundary';
|
||||||
|
import { useTranslation } from 'react-i18next';
|
||||||
|
|
||||||
const extractTextFromHTML = (htmlString = '') => {
|
const extractTextFromHTML = (htmlString = '') => {
|
||||||
return convert(htmlString, {
|
return convert(htmlString, {
|
||||||
@ -567,7 +568,7 @@ export const ChatOptions = ({
|
|||||||
<ErrorBoundary
|
<ErrorBoundary
|
||||||
fallback={
|
fallback={
|
||||||
<Typography>
|
<Typography>
|
||||||
{t('group.message.generic.invalid_data', {
|
{t('group:message.generic.invalid_data', {
|
||||||
postProcess: 'capitalizeFirst',
|
postProcess: 'capitalizeFirst',
|
||||||
})}
|
})}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
@ -575,7 +575,7 @@ export const ListOfGroupPromotions = () => {
|
|||||||
<ErrorBoundary
|
<ErrorBoundary
|
||||||
fallback={
|
fallback={
|
||||||
<Typography>
|
<Typography>
|
||||||
{t('group.message.generic.invalid_data', {
|
{t('group:message.generic.invalid_data', {
|
||||||
postProcess: 'capitalizeFirst',
|
postProcess: 'capitalizeFirst',
|
||||||
})}
|
})}
|
||||||
</Typography>
|
</Typography>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user