Skip to content

Commit c9bfe5e

Browse files
committed
docs: edit wording
1 parent befa7a1 commit c9bfe5e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/features/ImeiProgramming/index.tsx

+6-6
Original file line numberDiff line numberDiff line change
@@ -327,11 +327,11 @@ export default () => {
327327
)}
328328
{status === 'PROTECTED' && (
329329
<div>
330-
Recover the device in order to check whether programming
331-
IMEI is supported.
330+
Recover the device to check if programming IMEI is
331+
supported.
332332
<br />
333-
Beware that this will remove the appication firmware
334-
present on the device.
333+
Note: recovering the device removes the application
334+
firmware.
335335
</div>
336336
)}
337337
{status === 'UNSUPPORTED' && (
@@ -396,8 +396,8 @@ export default () => {
396396
{status === 'FINISHED' && <div>Finished.</div>}
397397
{status === 'IMEI_NOTICE' && (
398398
<>
399-
IMEI from the cloud is unique. Copy and store to avoid
400-
losing it.
399+
IMEI from the cloud is unique. Copy and store it to
400+
avoid losing it.
401401
<br />
402402
{cloudIMEI}
403403
<button

0 commit comments

Comments
 (0)