Skip to content

Commit 842935b

Browse files
Merge pull request #391 from NordicSemiconductor/docs/warning-wording
docs: change warning wording for 9161 dk reset issue
2 parents 7eefe44 + 62bd5b4 commit 842935b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DeviceSelector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const openDevice =
9494

9595
if (is9161DK(device)) {
9696
logger.warn(
97-
'Modem tracing can become unresponsive when resetting the device multiple times. An automatic firmware update is being worked on.'
97+
'Modem tracing can become unresponsive when resetting the device multiple times. An automatic firmware update to resolve the issue is being worked on.'
9898
);
9999
}
100100
};

0 commit comments

Comments
 (0)