Skip to content

Commit

Permalink
configuration.tsx: update tooltips
Browse files Browse the repository at this point in the history
Updated tooltips for style.

Signed-off-by: Grzegorz Ferenc <[email protected]>
  • Loading branch information
greg-fer committed Feb 9, 2024
1 parent ada3d7d commit a1e142b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/features/ConfigDataPreview/ConfigDataPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const ConfigDataPreview = ({ enabled = true }: ConfigDataPreviewProps) => {
<br /> {boardRevision}
</p>
<p>
BoardController FW version:
Board Controller FW version:
<br /> {boardControllerFirmwareVersion}
</p>
</div>
Expand Down
8 changes: 4 additions & 4 deletions src/features/Configuration/Configuration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const BoardController = ({ active }: BoardControllerProps) => {
const NoBoardSelected = () => (
<div>
<p>
Please connect to a development kit featuring the Board Controller.
Use <b>SELECT DEVICE</b> to connect to a development kit that features the Board Controller.
</p>
<p>Currently supported kits:</p>
<ul>
Expand All @@ -145,7 +145,7 @@ const NoBoardSelected = () => (

const Spinner = () => (
<div>
<p>Working..</p>
<p>Working...</p>
</div>
);

Expand All @@ -158,8 +158,8 @@ const UnrecognizedBoard = () => (
const UnrecognizedBoardRevision = () => (
<div>
<p>
This revision of the development kit is not supported. Please update
to the latest version of Board Controller Configurator // FIXME
This revision of the development kit is not supported. Update
to the latest version of nRF Connect Board Configurator // FIXME
</p>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion src/features/VCOMConfiguration/VCOMConfiguration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const VCOMConfiguration = ({
tooltipChildren={
<p className="tooltip-text">
Connect or disconnect the pins used for the
virtual COM port. When disconnected the
virtual COM port. When disconnected, the
corresponding UART GPIO pins can be used for
other purposes.
</p>
Expand Down

0 comments on commit a1e142b

Please sign in to comment.