Skip to content

Commit

Permalink
Update share messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Cobby committed Oct 10, 2012
1 parent 8281fbc commit 2fa011d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/header.twig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="arrow"></div>
<div class="popover-inner">
<h3>Share the budget tool</h3>
<div class="addthis_toolbox" addthis:email_template="Budget_page" addthis:url="{{app.config.appUrl}}" addthis:title="How would you spend your tax dollars?">
<div class="addthis_toolbox" addthis:email_template="Budget_page" addthis:url="{{app.config.appUrl}}" addthis:title="Where do your tax dollars go? And how would YOU remix the Budget? Take on the Treasurer with this new interactive tool">
<a class="btn email-button addthis_button_email">
<img src="/vendor/tgm/images/mail-icon.png" alt="mail icon">
email
Expand Down
2 changes: 1 addition & 1 deletion web/js/views/OtherBudget.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ TGM.Views.OtherBudget = Backbone.View.extend({

var addThisShareConfig = {
url: this.model.getShortUrl(),
title: 'Check out ' + _.ownerize(this.model.get('name'), "'") + " budget",
title: "How would YOU spend your tax dollars? Check out " + _.ownerize(this.model.get('name'), "'") + " 'Budget remix', and try this great new interactive tool",
email_template: 'Budget_email',
email_vars: { ownership: this.options.editable ? 'their' : 'a' }
}
Expand Down
2 changes: 1 addition & 1 deletion web/js/views/ShareBudgetPane.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ TGM.Views.ShareBudgetPane = TGM.Views.SidePane.extend({
if (window.addthis) {
window.addthis.toolbox(this.$shareButtons[0], {}, {
url: this.model.getShortUrl(),
title: 'Check out my budget',
title: "How would YOU spend your tax dollars? Check out my 'Budget remix', and try this great new interactive tool #auspol",
email_template: 'Budget_email',
email_vars: { ownership: 'their' }
});
Expand Down

0 comments on commit 2fa011d

Please sign in to comment.