mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(description): escape character wasn't excluded from translation
This commit is contained in:
@@ -43,7 +43,7 @@ const useFeedRows = (columnCount: number, feed: any, isFeedLoaded: boolean, subp
|
|||||||
author: { displayName: `## ${t('board_mods')}` },
|
author: { displayName: `## ${t('board_mods')}` },
|
||||||
content: isInAllView ? multisub?.description : description,
|
content: isInAllView ? multisub?.description : description,
|
||||||
link: avatarUrl,
|
link: avatarUrl,
|
||||||
title: t('welcome_to_board', { board: isInAllView ? multisub?.title : title || `p/${shortAddress}` }),
|
title: t('welcome_to_board', { board: isInAllView ? multisub?.title : title || `p/${shortAddress}`, interpolation: { escapeValue: false } }),
|
||||||
pinned: true,
|
pinned: true,
|
||||||
locked: true,
|
locked: true,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user