Update mobile layout Advanced Settings
This commit is contained in:
parent
b32bedb845
commit
b3596016a6
|
@ -106,7 +106,7 @@
|
||||||
<i class="icon icon-doc-setup"></i>
|
<i class="icon icon-doc-setup"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="item-inner">
|
<div class="item-inner">
|
||||||
<div class="item-title">Advanced Settings<!--<%= scope.textAdvancedSettings %>--></div>
|
<div class="item-title"><%= scope.textAdvancedSettings %></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -276,7 +276,8 @@ define([
|
||||||
textTop: 'Top',
|
textTop: 'Top',
|
||||||
textLeft: 'Left',
|
textLeft: 'Left',
|
||||||
textBottom: 'Bottom',
|
textBottom: 'Bottom',
|
||||||
textRight: 'Right'
|
textRight: 'Right',
|
||||||
|
textAdvancedSettings: 'Advanced Settings'
|
||||||
|
|
||||||
}
|
}
|
||||||
})(), DE.Views.Settings || {}))
|
})(), DE.Views.Settings || {}))
|
||||||
|
|
Loading…
Reference in a new issue