mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(subplebbit description): prevent escaping characters in translation
This commit is contained in:
@@ -19,7 +19,7 @@ const SubplebbitDescription = ({ avatarUrl, createdAt, description, shortAddress
|
|||||||
author: { displayName: '## Board Mods' },
|
author: { displayName: '## Board Mods' },
|
||||||
content: description,
|
content: description,
|
||||||
link: avatarUrl,
|
link: avatarUrl,
|
||||||
title: t('welcome_to_board', { board: title || `p/${shortAddress}` }),
|
title: t('welcome_to_board', { board: title || `p/${shortAddress}`, interpolation: { escapeValue: false } }),
|
||||||
pinned: true,
|
pinned: true,
|
||||||
locked: true,
|
locked: true,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user