Skip to content

Commit

Permalink
Fix theme selection show wrong tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-github committed Jun 17, 2024
1 parent 1d69276 commit 06c7ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Controls/ScanPacksList.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const ScanPacksList = ({ id, setValue, refreshfn }) => {
<ButtonImg
m2
ltooltip
data-tooltip={T("S179")}
data-tooltip={id == "languagePickup"?T("S179"):T("S180")}
icon={<CheckCircle />}
onClick={() => {
useUiContextFn.haptic()
Expand Down

0 comments on commit 06c7ed9

Please sign in to comment.