Skip to content

Commit

Permalink
Update label text for firmware selector in navbar connection
Browse files Browse the repository at this point in the history
  • Loading branch information
walidkayhan committed Mar 15, 2024
1 parent c935563 commit 7f2ce42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/widgets/NavbarConnection/FirmwareSelector.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import styles from './Index.styl';
const FirmwareSelector = ({ list, onClick }) => {
return (
<button type="button" className={styles.otherDevices} onClick={onClick}>
<span>Select Firmware ({list.length})</span>
<span>Firmware ({list.length})</span>
<i className="fas fa-fixed fa-arrow-circle-right" />
</button>
);
Expand Down

0 comments on commit 7f2ce42

Please sign in to comment.