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>
|
||||
</div>
|
||||
<div class="item-inner">
|
||||
<div class="item-title">Advanced Settings<!--<%= scope.textAdvancedSettings %>--></div>
|
||||
<div class="item-title"><%= scope.textAdvancedSettings %></div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
|
|
|
@ -276,7 +276,8 @@ define([
|
|||
textTop: 'Top',
|
||||
textLeft: 'Left',
|
||||
textBottom: 'Bottom',
|
||||
textRight: 'Right'
|
||||
textRight: 'Right',
|
||||
textAdvancedSettings: 'Advanced Settings'
|
||||
|
||||
}
|
||||
})(), DE.Views.Settings || {}))
|
||||
|
|
Loading…
Reference in a new issue