1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

Meaningful hint

This commit is contained in:
Ricardo Hernandez-Montoya 2017-04-13 14:39:01 +02:00
parent ff77a43ded
commit be0fa587ab

View file

@ -126,7 +126,7 @@ class WidgetPlotTable extends Component {
<FormGroup className="btn-group-vertical">
{ checkBoxes }
</FormGroup>
) : ( <small>No signal found, select a different signal type.</small> )
) : ( <small>No signal has been pre-selected.</small> )
}
</div>