surveyjs / survey-creator

Scalable open-source survey software to generate dynamic JSON-driven forms within your JavaScript application. The form builder features a drag-and-drop UI, CSS Theme Editor, and GUI for conditional logic and form branching.
https://surveyjs.io/open-source
Other
863 stars 363 forks source link

Customize TItle of Survey Creator Tabs #1348

Open dcods22 opened 3 years ago

dcods22 commented 3 years ago

Are you requesting a feature, reporting a bug or asking a question?

I am asking if it is possible to update the title of the tabs of the survey creator. I would be interested in renaming "Survey Creator" to "Builder" and "Test Survey" to "Preview"

What is the expected behavior?

I am able to pass booleans to show the specific tabs i am interested in, but Id like to customize the name of the tabs

Tested page URL:

Test code

your_code_here

Specify your

tsv2013 commented 3 years ago

Moved to the corresponding repo

dcods22 commented 3 years ago

@tsv2013 is there an update on this issue?

andrewtelnov commented 3 years ago

@dcods22 You have to modify these strings. You may need to modify an object different from english, based on language you need. You can find more information here.

Thank you, Andrew