diff --git a/src/app/components/AllowanceMenu/index.test.tsx b/src/app/components/AllowanceMenu/index.test.tsx index 6d5590bfc2..ffe17920a7 100644 --- a/src/app/components/AllowanceMenu/index.test.tsx +++ b/src/app/components/AllowanceMenu/index.test.tsx @@ -70,7 +70,7 @@ describe("AllowanceMenu", () => { user.click(editButton); }); - await screen.findByText("Edit Allowance"); + await screen.findByText("Edit Preferences"); // update fiat value when modal is open expect(mockGetFiatValue).toHaveBeenCalledWith( @@ -120,7 +120,7 @@ describe("AllowanceMenu", () => { user.click(editButton); }); - await screen.findByText("Edit Allowance"); + await screen.findByText("Edit Preferences"); const toggleButton = await screen.findByRole("switch"); diff --git a/src/i18n/locales/en/translation.json b/src/i18n/locales/en/translation.json index 3e403fc0b4..31edc3a0e5 100644 --- a/src/i18n/locales/en/translation.json +++ b/src/i18n/locales/en/translation.json @@ -847,7 +847,7 @@ "subtitle": "Automatically log in without confirmation when the website requests." }, "edit_allowance": { - "title": "Edit Allowance", + "title": "Edit Preferences", "screen_reader": "Allowance Options" }, "edit_permissions": "Edit Permissions" diff --git a/src/i18n/locales/pl/translation.json b/src/i18n/locales/pl/translation.json index 5093c3df7a..5a432b0925 100644 --- a/src/i18n/locales/pl/translation.json +++ b/src/i18n/locales/pl/translation.json @@ -822,7 +822,7 @@ "subtitle": "Automatycznie loguj siÄ™ bez potwierdzenia gdy strona o to poprosi." }, "edit_allowance": { - "title": "Edytuj limit", + "title": "Edytuj preferencje", "screen_reader": "Opcje limitu" }, "edit_permissions": "Edytuj uprawnienia"