fix(curriculum): renaming tabs for uniformity in responsive design (#49286)

renaming tabs for uniformity in responsive design
This commit is contained in:
@DiegoCascavita
2023-02-08 02:08:06 -05:00
committed by GitHub
parent c3855d011e
commit 0e538a926d

View File

@@ -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}