diff --git a/src/elements/public/ItemsForm/ItemsForm.ts b/src/elements/public/ItemsForm/ItemsForm.ts index 4cb329c53..ef663b0ae 100644 --- a/src/elements/public/ItemsForm/ItemsForm.ts +++ b/src/elements/public/ItemsForm/ItemsForm.ts @@ -426,7 +426,7 @@ export class ItemsForm extends Translatable { period: this._t(duration.units).toLowerCase(), }); } else { - return this._t('checkout.subscribe_muiltiple_units', { + return this._t('checkout.subscribe_multiple_units', { value, period: this.__translateFrequency(this.sub_frequency).toLowerCase(), }); diff --git a/src/static/translations/items-form/en.json b/src/static/translations/items-form/en.json index 1f5d49044..acd120588 100644 --- a/src/static/translations/items-form/en.json +++ b/src/static/translations/items-form/en.json @@ -2,7 +2,7 @@ "checkout": { "buy": "Buy for {{value}}", "subscribe_single_unit": "Subscribe for {{value}}/{{period}}", - "subscribe_muiltiple_units": "Subscribe for {{value}} {{period}}" + "subscribe_multiple_units": "Subscribe for {{value}} {{period}}" }, "freq": { "just_this_once": "Just this once",