Skip to content

Commit caf1908

Browse files
authored
Merge pull request #1058 from NordicSemiconductor/doc_review_support_section_lines
about: review support tooltips
2 parents 2bf1146 + 63df52b commit caf1908

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

src/About/SupportCard.tsx

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ export default ({ feedbackCategories }: { feedbackCategories?: string[] }) => {
3535
<div className="tw-preflight tw-flex tw-flex-col tw-flex-wrap tw-gap-4">
3636
<Section title="DevZone">
3737
<p>
38-
All support requests must be sent through our developer
39-
portal DevZone.
38+
You can ask for help or open a support request on
39+
DevZone, Nordic Semiconductor&apos;s developer portal.
4040
</p>
4141
<AboutButton
4242
url="https://devzone.nordicsemi.com"
@@ -45,10 +45,9 @@ export default ({ feedbackCategories }: { feedbackCategories?: string[] }) => {
4545
</Section>
4646
<Section title="System report">
4747
<p>
48-
In order to get the best support it is helpful for our
49-
employees to know details about your operating system
50-
and related software. Create a system report and add to
51-
your support request.
48+
Provide details about your operating system and related
49+
software to get the best possible assistance. Create a
50+
system report and add it to your support request.
5251
</p>
5352
<AboutButton
5453
onClick={() =>
@@ -70,9 +69,9 @@ export default ({ feedbackCategories }: { feedbackCategories?: string[] }) => {
7069
</Section>
7170
<Section title="Verbose logging">
7271
<p>
73-
Aid our support team with additional log information.
74-
Enable this only when necessary as the log will grow
75-
quickly.
72+
Provide additional log information in your support
73+
request. Enable this only when necessary, as the log
74+
will grow quickly.
7675
</p>
7776
<div className="tw-w-full">
7877
<Toggle
@@ -92,7 +91,7 @@ export default ({ feedbackCategories }: { feedbackCategories?: string[] }) => {
9291
doNotResetVerboseLogginOnRestart();
9392
getCurrentWindow().emit('restart-window');
9493
}}
95-
title="Restart application with verbose logging toggled on to get log messages from the initial enumeration."
94+
title="Restart application with verbose logging enabled to get log messages from the initial enumeration."
9695
disabled={!verboseLogging}
9796
>
9897
Restart with verbose logging

0 commit comments

Comments
 (0)