Externalise message for bootstrap menu
This commit is contained in:
parent
870bc529e6
commit
5c1d2c1e0f
2 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
collapsed_menu_name = Menu
|
||||
address_street_two = address street two
|
||||
loading_website_image = Loading website image
|
||||
view = view
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
</div>
|
||||
|
||||
<button class="navbar-toggle pull-left" type="button" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="button-label">Menu</span>
|
||||
<span class="button-label">${i18n().collapsed_menu_name}</span>
|
||||
<div class="button-bars">
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
|
|
Loading…
Add table
Reference in a new issue