Hi Marin,
Thanks for reaching out to us.
Yes, this is possible through Joomla language overrides.
The Countdown Addon uses the following language constants:
COM_SPPAGEBUILDER_DAYS
COM_SPPAGEBUILDER_HOURS
COM_SPPAGEBUILDER_MINUTES
COM_SPPAGEBUILDER_SECONDS
To create the overrides:
- Go to System → Manage → Language Overrides.
- Select the desired language and client (usually Site).
- Click New.
- Enter the language constant (for example, COM_SPPAGEBUILDER_DAYS) in the Language Constant field.
- Enter your preferred label in the Text field.
- Save the override.
- Repeat the process for the remaining constants.
Once the overrides are saved, the Countdown Addon will display your custom labels instead of the default ones.
Please let us know if you need any further assistance.
Thanks