Skip to content

Commit

Permalink
fix(protocol-designer): remove # from version text
Browse files Browse the repository at this point in the history
remove # from version text

close RQA-3305
  • Loading branch information
koji committed Oct 10, 2024
1 parent 3254494 commit 872f8c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protocol-designer/src/__tests__/NavigationBar.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('NavigationBar', () => {
render()
screen.getByText('Opentrons')
screen.getByText('Protocol Designer')
screen.getByText('Version # fake_PD_version')
screen.getByText('Version fake_PD_version')
screen.getByText('Create new')
screen.getByText('Import')
screen.getByText('mock SettingsIcon')
Expand Down
2 changes: 1 addition & 1 deletion protocol-designer/src/assets/localization/en/shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"trashBin": "Trash Bin",
"user_settings": "User settings",
"uses_standard_namespace": "Opentrons verified labware",
"version": "Version # {{version}}",
"version": "Version {{version}}",
"view_release_notes": "View release notes",
"warning": "WARNING:",
"wasteChute": "Waste chute",
Expand Down

0 comments on commit 872f8c7

Please sign in to comment.