This commit is contained in:
haitao(lj) 2022-09-28 15:21:59 +08:00
parent a95ef9a477
commit 436e99c5df
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ const Questions: FC = () => {
}, [tagResp, followResp]);
let pageTitle = '';
if (tagInfo) {
pageTitle = `${tagInfo.display_name} ${t('questions', {
pageTitle = `'${tagInfo.display_name}' ${t('questions', {
keyPrefix: 'page_title',
})}`;
}

View File

@ -84,7 +84,7 @@ const TagIntroduction = () => {
let pageTitle = '';
if (tagInfo) {
pageTitle = `${tagInfo.display_name} ${t('tag_wiki', {
pageTitle = `'${tagInfo.display_name}' ${t('tag_wiki', {
keyPrefix: 'page_title',
})}`;
}