Skip to content

Commit

Permalink
misc: add a space between Environments and Version (#2737)
Browse files Browse the repository at this point in the history
**Changes:**

This PR adds a space between the "Environments" and "Version" labels in the ImageEnvironmentSelectFormItems component. The change ensures proper spacing in the UI, improving readability.

![image.png](https://graphite-user-uploaded-assets-prod.s3.amazonaws.com/2HueYSdFvL8pOB5mgrUQ/bde817ea-7281-4abc-aabe-30d8a7faadce.png)

**Checklist:**

- [ ] Mention to the original issue
- [ ] Documentation
- [ ] Minium required manager version
- [ ] Specific setting for review (eg., KB link, endpoint or how to setup)
- [ ] Minimum requirements to check during review
- [ ] Test case(s) to demonstrate the difference of before/after
  • Loading branch information
agatha197 committed Oct 15, 2024
1 parent f060300 commit d0936ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/components/ImageEnvironmentSelectFormItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ const ImageEnvironmentSelectFormItems: React.FC<
),
}}
>
{t('session.launcher.Environments')} /
{t('session.launcher.Environments')} /{' '}
{t('session.launcher.Version')}
</Typography.Text>
}
Expand Down

0 comments on commit d0936ef

Please sign in to comment.