change for Buy and Sell

This commit is contained in:
Gabriel Bazán 2016-07-06 16:19:16 -03:00
commit e31b65f8cf
3 changed files with 6 additions and 6 deletions

View file

@ -266,7 +266,7 @@ msgid "Browser unsupported"
msgstr "" msgstr ""
#: public/views/includes/sidebar.html #: public/views/includes/sidebar.html
msgid "Buy & Sell" msgid "Buy and Sell"
msgstr "" msgstr ""
#: src/js/services/onGoingProcess.js #: src/js/services/onGoingProcess.js

View file

@ -1,7 +1,7 @@
<div <div
class="topbar-container" class="topbar-container"
ng-include="'views/includes/topbar.html'" ng-include="'views/includes/topbar.html'"
ng-init="titleSection='Buy & Sell Bitcoin'; closeToHome = true; noColor = true"> ng-init="titleSection='Buy and Sell'; closeToHome = true; noColor = true">
</div> </div>
<div class="content"> <div class="content">

View file

@ -27,7 +27,7 @@
<i class="icon-arrow-right3 size-18 right m10t vm"></i> <i class="icon-arrow-right3 size-18 right m10t vm"></i>
<i class="icon-bank size-24 icon vm"></i> <i class="icon-bank size-24 icon vm"></i>
<div class="tu text-bold m5t"> <div class="tu text-bold m5t">
<span class="size-12" translate>Buy &amp; Sell</span> <span class="size-12" translate>Buy and Sell</span>
</div> </div>
</li> </li>
<li menu-toggle href ui-sref="preferencesGlobal"> <li menu-toggle href ui-sref="preferencesGlobal">