mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-23 04:03:42 -04:00
fix(curriculum): renaming tabs for uniformity in responsive design (#49286)
renaming tabs for uniformity in responsive design
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user