File tree 1 file changed +6
-6
lines changed
src/features/ImeiProgramming
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -327,11 +327,11 @@ export default () => {
327
327
) }
328
328
{ status === 'PROTECTED' && (
329
329
< 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.
332
332
< 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 .
335
335
</ div >
336
336
) }
337
337
{ status === 'UNSUPPORTED' && (
@@ -396,8 +396,8 @@ export default () => {
396
396
{ status === 'FINISHED' && < div > Finished.</ div > }
397
397
{ status === 'IMEI_NOTICE' && (
398
398
< >
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.
401
401
< br />
402
402
{ cloudIMEI }
403
403
< button
You can’t perform that action at this time.
0 commit comments