Skip to content

Commit

Permalink
UI-1354: Fix claim printer URL
Browse files Browse the repository at this point in the history
  • Loading branch information
joristirado committed Apr 30, 2015
1 parent 4e7effc commit 35b98ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/users-feature-faxing.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<legend>{{i18n.users.faxing.googlePrinter.title}}</legend>
<p>
{{i18n.users.faxing.googlePrinter.text1}}
<a href="{{faxbox.caller_id}}" target="_blank">{{i18n.users.faxing.googlePrinter.link}}</a>
<a href="{{faxbox.cloud_connector_claim_url}}" target="_blank">{{i18n.users.faxing.googlePrinter.link}}</a>
{{i18n.users.faxing.googlePrinter.text2}}
<a href="https://tools.google.com/dlpage/cloudprintdriver" target="_blank">{{i18n.users.faxing.googlePrinter.link}}</a>.
</p>
Expand Down

0 comments on commit 35b98ea

Please sign in to comment.