diff --git a/src/lib/misc/getLimitMessage.tsx b/src/lib/misc/getLimitMessage.tsx index 1e46049a..9cba19c8 100644 --- a/src/lib/misc/getLimitMessage.tsx +++ b/src/lib/misc/getLimitMessage.tsx @@ -18,7 +18,7 @@ export const getLimitMessage = () => > Subscribe {' '} - for only 2 EUR per month to remove all the limits. + for only $2 per month to remove all the limits.
  • diff --git a/src/lib/misc/isLimitError.test.ts b/src/lib/misc/isLimitError.test.ts index db392b6b..0a84ef18 100644 --- a/src/lib/misc/isLimitError.test.ts +++ b/src/lib/misc/isLimitError.test.ts @@ -1,6 +1,6 @@ import { isLimitError } from './isLimitError'; -const MOCK_MSG = "

    Your request has hit the limit

    If you already have an account, please login and try again. If you are still experiencing issues, please contact support@2anki.net.

    "; +const MOCK_MSG = "

    Your request has hit the limit

    If you already have an account, please login and try again. If you are still experiencing issues, please contact support@2anki.net.

    "; describe('isLimitError', () => { it('returns true ', () => {