Update mobile layout Advanced Settings

This commit is contained in:
Julia Svinareva 2019-04-10 13:55:48 +03:00
parent b32bedb845
commit b3596016a6
2 changed files with 3 additions and 2 deletions

View file

@ -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>

View file

@ -276,7 +276,8 @@ define([
textTop: 'Top',
textLeft: 'Left',
textBottom: 'Bottom',
textRight: 'Right'
textRight: 'Right',
textAdvancedSettings: 'Advanced Settings'
}
})(), DE.Views.Settings || {}))