@@ -35,8 +35,8 @@ export default ({ feedbackCategories }: { feedbackCategories?: string[] }) => {
35
35
< div className = "tw-preflight tw-flex tw-flex-col tw-flex-wrap tw-gap-4" >
36
36
< Section title = "DevZone" >
37
37
< 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's developer portal .
40
40
</ p >
41
41
< AboutButton
42
42
url = "https://devzone.nordicsemi.com"
@@ -45,10 +45,9 @@ export default ({ feedbackCategories }: { feedbackCategories?: string[] }) => {
45
45
</ Section >
46
46
< Section title = "System report" >
47
47
< 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.
52
51
</ p >
53
52
< AboutButton
54
53
onClick = { ( ) =>
@@ -70,9 +69,9 @@ export default ({ feedbackCategories }: { feedbackCategories?: string[] }) => {
70
69
</ Section >
71
70
< Section title = "Verbose logging" >
72
71
< 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.
76
75
</ p >
77
76
< div className = "tw-w-full" >
78
77
< Toggle
@@ -92,7 +91,7 @@ export default ({ feedbackCategories }: { feedbackCategories?: string[] }) => {
92
91
doNotResetVerboseLogginOnRestart ( ) ;
93
92
getCurrentWindow ( ) . emit ( 'restart-window' ) ;
94
93
} }
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."
96
95
disabled = { ! verboseLogging }
97
96
>
98
97
Restart with verbose logging
0 commit comments