Skip to content

Commit 092b2e3

Browse files
authored
Add hints for Sensor.Community setup (#448)
* Add placeholder for sensor.community setup * Add translation keys
1 parent 3c9c639 commit 092b2e3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

app/views/account.box.register.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,9 +972,16 @@ <h4>CO<sub>2</sub></h4>
972972
</div>
973973
<div uib-accordion-group class="panel-default" is-open="register.open.luftdaten">
974974
<uib-accordion-heading>
975-
luftdaten.info <i class="pull-right glyphicon"
975+
Sensor.Community (luftdaten.info) <i class="pull-right glyphicon"
976976
ng-class="{'glyphicon-chevron-down': register.open.collapse2, 'glyphicon-chevron-right': !register.open.collapse2}"></i>
977977
</uib-accordion-heading>
978+
979+
<!-- Hint for non predefined devices -->
980+
<div class="alert alert-info" role="alert">
981+
<span class="glyphicon glyphicon-info-sign" aria-hidden="true"></span>
982+
{{'LD_INFO_PREDEF_DEVICES' | translate}}
983+
</div>
984+
978985
<div class="radio radio-success">
979986
<input type="radio" name="model" id="luftdaten-sds011" value="luftdaten_sds011"
980987
ng-model="register.modelSelected.id" required>
@@ -1097,6 +1104,7 @@ <h4>CO<sub>2</sub></h4>
10971104
<br>
10981105
<div uib-alert class="alert-info" ng-bind-html="'CUSTOMBOX'|translate">
10991106
</div>
1107+
<div class="alert alert-info" ng-bind-html="'CUSTOMBOX_LD_DEVICE_INFO'|translate"></div>
11001108
<br>
11011109
<table class="table table-striped table-bordered">
11021110
<thead>

0 commit comments

Comments
 (0)