Skip to content

Commit ae828a5

Browse files
avoid caps strings
1 parent 7eb31cd commit ae828a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: arduino-ide-extension/src/browser/contributions/survey-notification.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ const SURVEY_MESSAGE = nls.localize(
1212
);
1313
const DO_NOT_SHOW_AGAIN = nls.localize(
1414
'arduino/survey/dismissSurvey',
15-
"DON'T SHOW ANYMORE"
15+
"Don't show again"
1616
);
1717
const GO_TO_SURVEY = nls.localize(
1818
'arduino/survey/answerSurvey',
19-
'ANSWER SURVEY'
19+
'Answer survey'
2020
);
2121

2222
const SURVEY_BASE_URL = 'https://surveys.hotjar.com/';

Diff for: i18n/en.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,8 @@
307307
"verifyOrCompile": "Verify/Compile"
308308
},
309309
"survey": {
310-
"answerSurvey": "ANSWER SURVEY",
311-
"dismissSurvey": "DON'T SHOW ANYMORE",
310+
"answerSurvey": "Answer survey",
311+
"dismissSurvey": "Don't show again",
312312
"surveyMessage": "Please help us improve by answering this super short survey. We value our community and would like to get to know our supporters a little better."
313313
},
314314
"upload": {

0 commit comments

Comments
 (0)