Modify small booking section
-
Hi,
I have managed to modify most instances I require through the tools within the admin panel however one specific part is still stuck as it was previously and I can not seem to find what is actually causing it.
On the homepage where you can select dates and rooms and then search I need to change "Room" to "Pitch" as im trying to use this for a campsite.
All instances of "rooms" or "room" has been changed to "pitches" or "pitch" as far as I can see. When selecting an amount of adults/children the text does indeed change to "pitches" however always when initially loading the website it says "1 adult, 1 room" this instead needs to be "1adult, 1 pitch"
Have I missed something here? All editing was done through the translation sections, not actually editing any code.
-
Hi @kerryw92,
Regarding your query about the translation:
โWhen initially loading the website it says '1 adult, 1 room'.โ
This was a known issue, and weโre informing you that it has now been fixed.
We are sharing the pull request (PR) that includes the fix:PR Link: https://github.com/Qloapps/QloApps/pull/1406/files
You can apply the changes to the relevant file(s) as outlined in the PR.
After applying the changes, please follow these steps to update the translation:
-
Go to Localization โ Translations
-
In the "Modify translations" panel, select the appropriate options (e.g., type of translation, theme, language, etc.)
-
Make any necessary adjustments, and Save the translations
Once these steps are completed, the issue should be resolved.
-