Skip to content

Commit

Permalink
Merge pull request #992 from kamieniarz/patch-2
Browse files Browse the repository at this point in the history
Bring back `scan_zone_choose` text
  • Loading branch information
TurtIeSocks authored Mar 30, 2024
2 parents a4b5375 + 7b7f09a commit f4b1ac4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/features/scanner/Popup.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ export function ScanOnDemandPopup({ children, mode }) {
<List>
<StyledListItemText
className="no-leaflet-margin"
secondary={t('scan_next_choose')}
secondary={t(
mode === 'scanZone' ? 'scan_zone_choose' : 'scan_next_choose',
)}
/>
<DividerWithMargin />
{context.scannerType !== 'mad' && children}
Expand Down

0 comments on commit f4b1ac4

Please sign in to comment.