diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-12-17 13:21:08 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-12-17 13:21:08 -0500 |
| commit | 6615fdcab69470caf3dcdcf604d9c1c556db03fe (patch) | |
| tree | a3bf8e527e04b2ebab4462885202c2ed2431ad61 /www/templates/devoptions.html | |
| parent | 08b4d9e0872b3f11f2b73e3198f9caeb32804055 (diff) | |
#876 more logical naming
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> |
