Generalize empty SurveyMaker prompt text

This commit is contained in:
Marliana Lara
2017-08-16 14:19:07 -04:00
parent 2bccb5e753
commit ad4b1650e3

View File

@@ -42,7 +42,7 @@
<div style="display: flex; flex-direction: column; width: 100%;">
<div class="SurveyMaker-panelHeader" translate>PREVIEW</div>
<div class="SurveyMaker-panelBody">
<div ng-if="survey_questions.length < 1" class="SurveyMaker-noQuestions" translate>PLEASE ADD A SURVEY PROMPT ON THE LEFT.</div>
<div ng-if="survey_questions.length < 1" class="SurveyMaker-noQuestions" translate>PLEASE ADD A SURVEY PROMPT.</div>
<ul dnd-list="survey_questions" class="SurveyMaker-previewRows" dnd-drop="surveyQuestionDropped(index, item)">
<li ng-repeat="question in survey_questions" dnd-draggable="question" dnd-effect-allowed="move" class="SurveyMaker-previewRow">
<dnd-nodrag>