change for Buy and Sell
This commit is contained in:
parent
c3439ef0fe
commit
e31b65f8cf
3 changed files with 6 additions and 6 deletions
|
|
@ -266,7 +266,7 @@ msgid "Browser unsupported"
|
|||
msgstr ""
|
||||
|
||||
#: public/views/includes/sidebar.html
|
||||
msgid "Buy & Sell"
|
||||
msgid "Buy and Sell"
|
||||
msgstr ""
|
||||
|
||||
#: src/js/services/onGoingProcess.js
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
<div
|
||||
class="topbar-container"
|
||||
<div
|
||||
class="topbar-container"
|
||||
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 class="content">
|
||||
<ul class="no-bullet manage text-center">
|
||||
<ul class="no-bullet manage text-center">
|
||||
<li class="white m20t" ng-show="index.glideraEnabled">
|
||||
<a href ui-sref="glidera">
|
||||
<img src="img/glidera-logo.png" width="150">
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
<i class="icon-arrow-right3 size-18 right m10t vm"></i>
|
||||
<i class="icon-bank size-24 icon vm"></i>
|
||||
<div class="tu text-bold m5t">
|
||||
<span class="size-12" translate>Buy & Sell</span>
|
||||
<span class="size-12" translate>Buy and Sell</span>
|
||||
</div>
|
||||
</li>
|
||||
<li menu-toggle href ui-sref="preferencesGlobal">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue