diff --git a/docs/Troubleshooting.md b/docs/Troubleshooting.md index 255a60a87a..fe4cef6ca4 100644 --- a/docs/Troubleshooting.md +++ b/docs/Troubleshooting.md @@ -6,9 +6,9 @@ description: Common errors that occur when you add Form Library component to you This help topic describes how to troubleshoot problems that may occur when you use the SurveyJS Form Library in your application. -## The survey doesn't contain visible pages or questions +## The survey doesn't contain any visible elements. -**Issue**: The survey appears empty, and the following message is displayed: "The survey doesn't contain visible pages or questions". +**Issue**: The survey appears empty, and the following message is displayed: "The survey doesn't contain any visible elements.". **Solution**: You may encounter this issue in one of the following cases described below. The solution depends on the case. diff --git a/src/localization/english.ts b/src/localization/english.ts index 51452f161b..7a496b637a 100644 --- a/src/localization/english.ts +++ b/src/localization/english.ts @@ -16,7 +16,7 @@ export var englishStrings = { panelDynamicProgressText: "{0} of {1}", panelDynamicTabTextFormat: "Panel {panelIndex}", questionsProgressText: "Answered {0}/{1} questions", - emptySurvey: "The survey doesn't contain visible pages or questions.", + emptySurvey: "The survey doesn't contain any visible elements.", completingSurvey: "Thank you for completing the survey", completingSurveyBefore: "Our records show that you have already completed this survey.", diff --git a/src/localization/hungarian.ts b/src/localization/hungarian.ts index b73d72c021..ae90218145 100644 --- a/src/localization/hungarian.ts +++ b/src/localization/hungarian.ts @@ -15,7 +15,7 @@ export var hungarianSurveyStrings = { panelDynamicProgressText: "{0} / {1} rekord", panelDynamicTabTextFormat: "Panel {panelIndex}", questionsProgressText: "Válaszolt kérdések: {0} / {1}", - emptySurvey: "The survey doesn't contain visible pages or questions.", + emptySurvey: "The survey doesn't contain any visible elements.", completingSurvey: "Köszönjük, hogy kitöltötte felmérésünket!", completingSurveyBefore: "Már kitöltötte a felmérést.", loadingSurvey: "Felmérés betöltése...",