diff --git a/admin/survey/SurveyAdminSettings.php b/admin/survey/SurveyAdminSettings.php index 178020a09..02f72386b 100644 --- a/admin/survey/SurveyAdminSettings.php +++ b/admin/survey/SurveyAdminSettings.php @@ -2854,6 +2854,7 @@ class SurveyAdminSettings { echo ''; echo ''; + echo ''; } diff --git a/lang/2.php b/lang/2.php index 0696abb50..1374b4b8d 100644 --- a/lang/2.php +++ b/lang/2.php @@ -1909,7 +1909,7 @@ $lang = array ( "srv_anketa_href_ijs" => "iFrame - JavaScript version", "srv_anketa_href_ijs_text" => "Embed the survey on your website so that respondents can complete the survey on your website.", "srv_anketa_href_ijs_text2" => "You can copy the code of your survey (Javascript version) and embed it into your own website.", - "srv_anketa_href_inojs" => "iFrame - without JavaScripta", + "srv_anketa_href_inojs" => "iFrame - without JavaScript", "srv_anketa_href_inojs_text" => "Embed the survey on your website so that respondents can complete the survey on your website.", "srv_anketa_href_inojs_text2" => "You can copy the code of your survey (version without Javascript) and embed it into your own website.", "srv_anketadelete" => "Delete survey",