Fix misused html attribute 'translation' in base-node.html

Replace attribue 'translation' of elemet #driverInterfaces
with 'translate'.

'translation' is not a valid html attribue, it should be
'translate' instead, which means the content of the
element should be translated.

Change-Id: I8700e42140fb12b7ceaafcba10d6c1b26172918d
This commit is contained in:
francotseng 2019-03-29 15:21:54 +08:00
parent 21bab85fb0
commit 5c678d2378

View File

@ -29,7 +29,7 @@
<li ng-if="ctrl.driverType === 'classic' || !ctrl.driverProperties"
class="disabled">
<a data-target="#driverInterfaces"
translation>Driver Interfaces</a></li>
translate>Driver Interfaces</a></li>
<li ng-if="ctrl.driverType === 'dynamic' && ctrl.driverProperties">
<a href=""
data-target="#driverInterfaces"