placing text in the language file

10.3.x-maintenance
skaman82 2015-12-10 01:26:05 +01:00
parent f53c1132e9
commit 4658538c11
2 changed files with 8 additions and 2 deletions

View File

@ -701,6 +701,12 @@
"receiverRcRate": { "receiverRcRate": {
"message": "RC Rate" "message": "RC Rate"
}, },
"receiverDeadband": {
"message": "RC Deadband"
},
"receiverYawDeadband": {
"message": "YAW Deadband"
},
"receiverRcExpo": { "receiverRcExpo": {
"message": "RC Expo" "message": "RC Expo"
}, },

View File

@ -51,8 +51,8 @@
</table> </table>
<table class="deadband"> <table class="deadband">
<tr> <tr>
<th>RC Deadband</th> <th i18n="receiverDeadband"></th>
<th>YAW Deadband</th> <th i18n="receiverYawDeadband"></th>
</tr> </tr>
<tr> <tr>
<td><input type="number" name="deadband" step="1" min="0" max="32" /></td> <td><input type="number" name="deadband" step="1" min="0" max="32" /></td>