Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the emptySurvey text #7447

Merged
merged 1 commit into from
Nov 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/localization/english.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion src/localization/hungarian.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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...",
Expand Down