mirror of
https://github.com/wassname/talk.git
synced 2026-07-09 10:56:49 +08:00
q&a fix for consistency of unanswered tab string (#2864)
This commit is contained in:
@@ -255,7 +255,7 @@ export const StreamContainer: FunctionComponent<Props> = props => {
|
||||
)}
|
||||
>
|
||||
<Flex alignItems="center" spacing={1}>
|
||||
<Localized id="comments-unansweredCommentsTab">
|
||||
<Localized id="qa-unansweredTab">
|
||||
<span>Unanswered</span>
|
||||
</Localized>
|
||||
<Counter
|
||||
|
||||
@@ -173,6 +173,7 @@ comments-featuredTag = Featured
|
||||
general-tabBar-qaTab = Q&A
|
||||
|
||||
qa-answeredTab = Answered
|
||||
qa-unansweredTab = Unanswered
|
||||
qa-allCommentsTab = All
|
||||
|
||||
qa-noQuestionsAtAll =
|
||||
|
||||
Reference in New Issue
Block a user