Edit Sale Label to Just say sale

Was going to just make this change myself although I cannot find where the label string value is set. Help locating this or changing it through a different means would be appreciated, I just want the label to say “Sale”, thank you!

  • Go to Online Store > Themes:

    • In your Shopify Admin, navigate to Online Store > Themes.
  • Edit Default Theme Content:

    • Find your active theme and click on Actions > Edit default theme content.
  • Search for “Sale” under tab products:

    • In the search bar, type “Sale” to find the default string.
  • Change “On Sale” to “Sale”:

    • Change the text from “On Sale” to “Sale” in all the relevant fields.
  • Save:

Hello @Taiku

Follow the below steps

  1. From your Shopify admin, navigate to Online Store > Themes.

  2. Click Actions > Edit code.

  3. Navigate to locales folder and then en.default.json file

  4. Search for “on_sale

  5. Now replace the following code with existing

    "on_sale": “Sale”

    I hope this solution meets your needs.
    Thank you!!