Skip to content

Commit

Permalink
Wording SDESK-884
Browse files Browse the repository at this point in the history
  • Loading branch information
vied12 committed Mar 13, 2017
1 parent 74abba4 commit d202621
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions client/containers/PlanningPanelContainer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,19 +100,12 @@ class PlanningPanel extends React.Component {
</div>
|| !currentAgenda &&
<div className="Planning__planning__empty-message">
There is no selected calendar.<br/>
Choose one in the above dropdown.
Choose an agenda from the drop-down list above.
</div>
|| (planningList && planningList.length < 1) &&
<div className="Planning__planning__empty-message">
There is no planning yet
{currentAgenda &&
<div>
in the agenda&nbsp;
<strong>{currentAgenda.name}</strong>.
</div>
}
<div>Drag and drop an event here to start a planning</div>
There are no planning items in this agenda.<br/>
Drag an event here to start one.
</div>
}
</div>
Expand Down

0 comments on commit d202621

Please sign in to comment.