How to change a specific word that's automatically generated?

Hi all,

I would like to change the word highlighted on the screenshot below. I think it was literally translated from English into German (“from” → “von”) and it’s not quite correct that way.

ab 3.200 Euro” instead of “von 3.200 Euro” is much more common and I’d like to change it that way.

Can someone give me a hint where I can change this in the code? Thanks a lot!

@jkanonas – most likely that’s in your themes language strings – what theme is it that you are using? And are you using an app to translate the contents or is it all vanilla Shopify?

Mario

@r8r

I’m sorry, forgot to mention theme. It’s Dawn, no translation app or such.

@jkanonas alright … this is what you want to modify:

Go to your themes and follow the screenshots …

Modify this text to Ab {{ price }}. Resulting in …

Hope this helps!
Mario

Perfect, that’s exactly what I was looking for. Thanks a lot!