Skip to content

Commit

Permalink
docs: edit wording
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Pickel authored and Pascal Pickel committed Apr 26, 2024
1 parent 86395ed commit 8acb2b5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/features/ImeiProgramming/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -327,11 +327,11 @@ export default () => {
)}
{status === 'PROTECTED' && (
<div>
Recover the device in order to check whether programming
IMEI is supported.
Recover the device to check if programming IMEI is
supported.
<br />
Beware that this will remove the appication firmware
present on the device.
Note: recovering the device removes the application
firmware.
</div>
)}
{status === 'UNSUPPORTED' && (
Expand Down Expand Up @@ -396,8 +396,8 @@ export default () => {
{status === 'FINISHED' && <div>Finished.</div>}
{status === 'IMEI_NOTICE' && (
<>
IMEI from the cloud is unique. Copy and store to avoid
losing it.
IMEI from the cloud is unique. Copy and store it to
avoid losing it.
<br />
{cloudIMEI}
<button
Expand Down

0 comments on commit 8acb2b5

Please sign in to comment.