Question T15996
Visible to All Users

Dynamic Panel - Change "Bindings" combo box label

created a year ago

We are calling dynamic panels "repeatable sections" in our product. We've been able to rename all instances of "panel" to "section" EXCEPT for the label on the combox (drop down) for the "Bindings" setting. It seems to be hard-coded to say "Panel count". We'd like it to be "Section count". What are our options? In the screen shot I've attached, we've renamed "Bindings" to "Limit by field".

Thanks!

Pam

Answers approved by surveyjs Support

created a year ago

Hello Pam,
Indeed, I have to go to our code that generates this property editor to find the way to implement it. Here the example and code:

JavaScript
import { editorLocalization } form "survey-creator-core"; const enLocales = editorLocalization.getLocale("en"); enLocales.p.panelCount = "Section panel";

Thank you,
Andrew
SurveyJS Team

    Comments (2)

      Thank you so much for a quick and accurate response!

      AT AT
      Andrew Telnov a year ago

        You are very welcome!

        Andrew
        SurveyJS Team