diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-07-05 15:17:51 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-07-05 15:17:51 -0400 |
| commit | c13f398082262f94293052b4f39036ed7fa1c7f4 (patch) | |
| tree | 915e662918a88a36a6628c6dc2f725fba9a625a9 /www/templates | |
| parent | 84b05d931168df5eade1a5ca3c9dc0b303d98384 (diff) | |
#278 - live stream on push notification - works on Android, iOS TBD
Former-commit-id: 807bd7364e057f43a580d95bc7fc908c556a8776
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/eventserversettings.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/eventserversettings.html b/www/templates/eventserversettings.html index 3ea25eb4..36bfa09b 100644 --- a/www/templates/eventserversettings.html +++ b/www/templates/eventserversettings.html @@ -23,7 +23,7 @@ </ion-item> <label class="item item-input item-floating-label" ng-if="loginData.isUseEventServer"> - <span class="input-label">{{'kEventServer'}}</span> + <span class="input-label">{{'kEventServer' | translate}}</span> <input autocapitalize="none" autocomplete="off" autocorrect="off" type="text" placeholder="Event notification url" ng-model="loginData.eventServer"> </label> |
