Skip to main content

Translating moneybomb "other" option.

I am translating pages and cannot find where the permanent "other" option is located in the moneybomb amount options. Can someone tell me where to look?

Official response from

Hello Evan,

Those options are dynamically generated with this liquid output tag in the moneybomb template:

  {{ page.moneybomb.form_amount_options }}

To change the text 'Other' to something else, you can add a 'replace' filter to the tag, like this:

  {{ page.moneybomb.form_amount_options | replace: 'Other','XX' }}

XX would be your new translated word.

Thanks.

Share this post

Showing 1 reaction

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.