Skip to content

Commit

Permalink
use all_protocols translation key for ODD navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
brenthagen committed Feb 29, 2024
1 parent 8611daf commit 6088746
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/src/assets/localization/en/top_navigation.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"all_protocols": "All Protocols",
"attached_pipettes_do_not_match": "Attached pipettes do not match pipettes specified in loaded protocol",
"calibrate_deck_to_proceed": "Calibrate your deck to proceed",
"deck_setup": "Deck Setup",
Expand All @@ -11,7 +12,7 @@
"please_connect_to_a_robot": "Please connect to a robot to proceed",
"please_load_a_protocol": "Please load a protocol to proceed",
"protocol_runs": "Protocol Runs",
"protocols": "All Protocols",
"protocols": "Protocols",
"robot_settings": "Robot Settings",
"run": "run",
"settings": "Settings"
Expand Down
2 changes: 1 addition & 1 deletion app/src/organisms/Navigation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export function Navigation(props: NavigationProps): JSX.Element {
case '/instruments':
return t('instruments')
case '/protocols':
return t('protocols')
return t('all_protocols')
case '/robot-settings':
return t('settings')
default:
Expand Down

0 comments on commit 6088746

Please sign in to comment.