Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1085 from jjeffryes/removeBetaLabel
Browse files Browse the repository at this point in the history
Remove beta label
  • Loading branch information
jjeffryes authored Nov 1, 2017
2 parents 555d48e + ed89473 commit 008c58f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
1 change: 0 additions & 1 deletion js/languages/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"addressBarPlaceholder": "Type a @handle, OpenBazaar ID or search term",
"testnet": "Test Mode",
"testnetTooltip": "Test Mode uses testnet coins, which are intended for testing purposes only.",
"betaTooltip": "OpenBazaar is currently in beta. Make sure to backup your wallet, and be careful if spending large amounts of bitcoin.",
"tabMenuHeading": "MENU",
"fiatBtcPairing": "%{fiatAmount} (%{btcAmount})",
"copiedToClipboard": "Copied to clipboard",
Expand Down
14 changes: 5 additions & 9 deletions js/templates/pageNav.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,11 @@
placeholder="<%= ob.polyT('addressBarPlaceholder') %>" value="<%= ob.addressBarText %>" />
<div class="torIndicator toolTipNoWrap txCtr" data-tip="<%= ob.polyT('pageNav.torOnTooltip') %>"></div>
</div>

<div id="testnetFlag" class="btn barBtn normalBtn clrP clrBr" >
<% if (ob.testnet) { %>
<span class="toolTip" data-tip="<%= ob.polyT('testnetTooltip') %>">Beta <%= ob.polyT('testnet') %></span>
<% } else { %>
<span class="toolTip" data-tip="<%= ob.polyT('betaTooltip') %>">Beta</span>
<% } %>
</div>

<% if (ob.testnet) { %>
<div id="testnetFlag" class="btn barBtn normalBtn clrP clrBr" >
<span class="toolTip" data-tip="<%= ob.polyT('testnetTooltip') %>">Beta <%= ob.polyT('testnet') %></span>
</div>
<% } %>
</div>
</div>
<div class="rowDivV clrBrBk"></div>
Expand Down

0 comments on commit 008c58f

Please sign in to comment.