mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
fix(curriculum): renaming tabs for uniformity in responsive design (#49286)
renaming tabs for uniformity in responsive design
This commit is contained in:
parent
c3855d011e
commit
0e538a926d
@ -87,7 +87,7 @@ class MobileLayout extends Component<MobileLayoutProps, MobileLayoutState> {
|
||||
{!hasEditableBoundaries && (
|
||||
<TabPane
|
||||
eventKey={Tab.Instructions}
|
||||
title={i18next.t('learn.editor-tabs.info')}
|
||||
title={i18next.t('learn.editor-tabs.instructions')}
|
||||
tabIndex={0}
|
||||
>
|
||||
{instructions}
|
||||
@ -103,7 +103,7 @@ class MobileLayout extends Component<MobileLayoutProps, MobileLayoutState> {
|
||||
</TabPane>
|
||||
<TabPane
|
||||
eventKey={Tab.Console}
|
||||
title={i18next.t('learn.editor-tabs.tests')}
|
||||
title={i18next.t('learn.editor-tabs.console')}
|
||||
{...editorTabPaneProps}
|
||||
>
|
||||
{testOutput}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user