We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ca32c commit 67ace94Copy full SHA for 67ace94
1 file changed
app/web/features/dashboard/ReminderItem.test.tsx
@@ -65,7 +65,7 @@ describe("ReminderItem", () => {
65
).toBeVisible();
66
expect(
67
screen.getByText(
68
- t("dashboard:reminder.write_reference.description", {
+ t("dashboard:reminder.write_reference.description_hosted", {
69
name: surferUser.name,
70
}),
71
),
0 commit comments