Skip to content

Commit e146a5f

Browse files
committed
fix loc, add snapshots
1 parent 5ee468f commit e146a5f

5 files changed

Lines changed: 5 additions & 1 deletion

File tree

__tests__/html2/activity/feedback.form.activity.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969
1000
7070
);
7171

72+
await host.snapshot('local');
73+
7274
await host.sendKeys('Test feedback');
7375
const { activity } = await directLine.actPostActivity(async () => {
7476
await host.sendTab(1);
23 KB
Loading

__tests__/html2/fluentTheme/defaultFeedback.activity.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
1000
6868
);
6969

70+
await host.snapshot('local');
71+
7072
await host.sendKeys('Test feedback');
7173
const { activity } = await directLine.actPostActivity(async () => {
7274
await host.sendTab(1);
23.6 KB
Loading

packages/api/src/localization/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"FEEDBACK_FORM_SUBMIT_BUTTON_LABEL": "Submit",
8080
"FEEDBACK_FORM_CANCEL_BUTTON_LABEL": "Cancel",
8181
"FEEDBACK_FORM_PLACEHOLDER": "Please provide your feedback",
82-
"FEEDBACK_FORM_TITLE": "What did you like?",
82+
"FEEDBACK_FORM_TITLE": "Tell us about your experience",
8383
"FILE_CONTENT_ALT": "'$1'",
8484
"FILE_CONTENT_DOWNLOADABLE_ALT": "Download file '$1'",
8585
"FILE_CONTENT_DOWNLOADABLE_WITH_SIZE_ALT": "Download file '$1' of size $2",

0 commit comments

Comments
 (0)