Skip to content

Commit

Permalink
Change wrong URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
anchaj committed May 26, 2019
1 parent af6b9cb commit 8ea5386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/templates/modals/purchase/complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h4><%= ob.polyT('purchase.completeSection.paymentSent') %></h4>
<h5><%= ob.polyT('purchase.completeSection.share.title') %></h5>
<p><%= ob.polyT('purchase.completeSection.share.body', { link: "<a class='clrTEm' href='https://phore.io'>https://phore.io</a>" }) %></p>
<div class="flexRow flexKidsExpand gutterH">
<% var shareURL = "https://openbazaar.org" %>
<% var shareURL = "https://phore.io" %>
<a class="btn btnThin clrP clrBr" href="https://twitter.com/intent/tweet/?text=<%= ob.polyT('purchase.completeSection.share.shareMsg') %>&url=<%= shareURL %>&hashtags=TradeFree,phore&related=phoremarketplace">
<span class="flexInline gutterHSm">
<i class="ion-social-twitter twitterColor"></i><span><%= ob.polyT('purchase.completeSection.share.postToTwitter') %></span>
Expand Down
2 changes: 1 addition & 1 deletion js/templates/modals/settings/moderation.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h3><%= ob.polyT('settings.moderationTab.disputeResolution') %></h3>
<input type="checkbox" id="acceptGuidelines" class="<% if (ob.isModerator) { print('fauxChecked') } %>">
<label class="tx5b" for="acceptGuidelines">
<span>
<%= ob.polyT('settings.moderationTab.acceptGuidelines', { acceptGuidelinesLink: `<a href="https://www.openbazaar.org/openbazaar-dispute-resolution-guidelines/" class="clrTEm">${ob.polyT('settings.moderationTab.acceptGuidelinesLink')}</a>` }) %>
<%= ob.polyT('settings.moderationTab.acceptGuidelines', { acceptGuidelinesLink: `<a href="https://www.phore.io/dispute-resolution-guidelines/" class="clrTEm">${ob.polyT('settings.moderationTab.acceptGuidelinesLink')}</a>` }) %>
</span>
</label>
</div>
Expand Down

0 comments on commit 8ea5386

Please sign in to comment.