diff options
Diffstat (limited to 'www/templates/devoptions.html')
| -rw-r--r-- | www/templates/devoptions.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/devoptions.html b/www/templates/devoptions.html index f1a7ae29..26485910 100644 --- a/www/templates/devoptions.html +++ b/www/templates/devoptions.html @@ -269,9 +269,9 @@ </div> <div class="item item-text-wrap item-input-inset"> - {{'kCustomHeader'|translate}} + {{'kCustomId'|translate}} <label class="item-input-wrapper"> - <input type="tel" placeholder="" ng-model="loginData.zmNinjaHeader" ng-change="useDefaultCustom()"> + <input type="tel" placeholder="" ng-model="loginData.zmNinjaCustomId" ng-change="useDefaultCustom()"> </label> </div> |
