Compare commits

...

10 Commits

Author SHA1 Message Date
Dhruwang
d94fbc05f4 fix test 2026-01-09 16:48:52 +05:30
Dhruwang
541ddc0c4d updated lock files 2026-01-09 14:06:45 +05:30
Dhruwang
6d67fc288a Merge branch 'main' of https://github.com/formbricks/formbricks into feature-formal-wording 2026-01-09 14:04:10 +05:30
Balázs Úr
dffddd0bce resolve conflicts 2026-01-07 09:16:42 +01:00
Balázs Úr
4fca961cd5 resolve conflicts 2026-01-07 09:14:37 +01:00
Dhruwang
c22a55429d Merge branch 'main' of https://github.com/formbricks/formbricks into feature-formal-wording 2026-01-06 18:08:15 +05:30
Balázs Úr
dfc86e7dad resolve conflicts 2025-12-31 11:23:48 +01:00
Balázs Úr
3b520b5855 resolve conflicts 2025-12-31 11:19:19 +01:00
Balázs Úr
4326772989 chore: use Unicode punctuation, remove contractions 2025-12-30 19:57:17 +01:00
Balázs Úr
d209e411cb chore: use Unicode punctuation, remove contractions, make wording consistent 2025-12-30 11:55:01 +01:00
6 changed files with 442 additions and 442 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -35,7 +35,7 @@ test.describe("Onboarding Flow Test", async () => {
await page.getByPlaceholder("e.g. Formbricks").fill(projectName);
await page.locator("#form-next-button").click();
await page.getByRole("button", { name: "I'll do it later" }).click();
await page.getByRole("button", { name: "I will do it later" }).click();
await page.waitForURL(/\/environments\/[^/]+\/surveys/);
await expect(page.getByText(projectName)).toBeVisible();

View File

@@ -121,7 +121,7 @@ export const finishOnboarding = async (
await page.locator("#form-next-button").click();
if (projectChannel !== "link") {
await page.getByRole("button", { name: "I'll do it later" }).click();
await page.getByRole("button", { name: "I will do it later" }).click();
}
await page.waitForURL(/\/environments\/[^/]+\/surveys/);

View File

@@ -22,8 +22,8 @@ checksums:
common/required: 04d7fb6f37ffe0a6ca97d49e2a8b6eb5
common/respondents_will_not_see_this_card: 18c3dd44d6ff6ca2310ad196b84f30d3
common/retry: 6e44d18639560596569a1278f9c83676
common/retrying: 0cb623dbdcbf16d3680f0180ceac734c
common/sending_responses: 184772f70cca69424eaf34f73520789f
common/retrying: 40989361ea5f6b95897b95ac928b5bd9
common/sending_responses: 244f1aebc3f6a101ae2f8b630d7967ec
common/takes_less_than_x_minutes: 1208ce0d4c0a679c11c7bd209b6ccc47
common/takes_x_minutes: 001d12366d07b406f50669e761d63e69
common/takes_x_plus_minutes: 145b8f287de140e98f492c8db2f9fa0b
@@ -39,7 +39,7 @@ checksums:
errors/file_input/upload_failed: 735fdfc1a37ab035121328237ddd6fd0
errors/file_input/you_can_only_upload_a_maximum_of_files: 72fe144f81075e5b06bae53b3a84d4db
errors/invalid_device_error/message: 8813dcd0e3e41934af18d7a15f8c83f4
errors/invalid_device_error/title: 20d261b478aaba161b0853a588926e23
errors/invalid_device_error/title: ea7dbb9970c717e4d466f8e1211bd461
errors/please_book_an_appointment: 9e8acea3721f660b6a988f79c4105ab8
errors/please_enter_a_valid_email_address: 8de4bc8832b11b380bc4cbcedc16e48b
errors/please_enter_a_valid_phone_number: 1530eb9ab7d6d190bddb37667c711631
@@ -50,4 +50,4 @@ checksums:
errors/please_select_an_option: 9fede3bb9ded29301e89b98616e3583a
errors/please_upload_a_file: 4356dfca88553acb377664c923c2d6b7
errors/recaptcha_error/message: b3f2c5950cbc0887f391f9e2bccb676e
errors/recaptcha_error/title: 8e923ec38a92041569879a39c6467131
errors/recaptcha_error/title: eb8f1106e0b4cb6756c5a76fd9400e67

View File

@@ -21,8 +21,8 @@
"required": "Required",
"respondents_will_not_see_this_card": "Respondents will not see this card",
"retry": "Retry",
"retrying": "Retrying...",
"sending_responses": "Sending responses...",
"retrying": "Retrying",
"sending_responses": "Sending responses",
"takes_less_than_x_minutes": "{count, plural, one {Takes less than 1 minute} other {Takes less than {count} minutes}}",
"takes_x_minutes": "{count, plural, one {Takes 1 minute} other {Takes {count} minutes}}",
"takes_x_plus_minutes": "Takes {count}+ minutes",
@@ -43,7 +43,7 @@
},
"invalid_device_error": {
"message": "Please disable spam protection in the survey settings to continue using this device.",
"title": "This device doesnt support spam protection."
"title": "This device does not support spam protection."
},
"please_book_an_appointment": "Please book an appointment",
"please_enter_a_valid_email_address": "Please enter a valid email address",
@@ -56,7 +56,7 @@
"please_upload_a_file": "Please upload a file",
"recaptcha_error": {
"message": "Your response could not be submitted because it was flagged as automated activity. If you breathe, please try again.",
"title": "We couldn't verify that you're human."
"title": "We could not verify that you are human."
}
}
}