ruuvi / com.ruuvi.station.ios

iOS Ruuvi Station
BSD 3-Clause "New" or "Revised" License
34 stars 21 forks source link

Fix error when trying to force claim sensor #2083

Closed markoaamunkajo closed 1 month ago

markoaamunkajo commented 2 months ago

Description:

User tries to force claim different sensor than the sensor card that he is on.

Actual: Error: Forbidden Expected: You are scanning a different RuuviTag (same as in Android)

This string appears not to be in language file.

Android card: https://github.com/ruuvi/com.ruuvi.station/issues/1282

laurijamsa commented 2 months ago

Is it hardcoded in the Android app? If yes, should be fixed and localised. @andreevdenis

andreevdenis commented 2 months ago

claim_wrong_sensor_scanned ident of this string in localization

markoaamunkajo commented 1 month ago

QA passed