Skip to content

Commit

Permalink
Funding messages changed
Browse files Browse the repository at this point in the history
  • Loading branch information
portableant committed Nov 3, 2014
1 parent 8582215 commit 4674311
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/locales/pages/projects/show.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ en:
anonymous_contribution: "Anonymous contributor"
neighbors_behind_this: "Contributors behind this"
subtitle:
all_or_none: "A project in %{category_name}, in %{city}, by %{author}. <br />In this campaign, the project is funded whether or not the goal is reached."
flexible: "A <span data-tooltip class='has-tip' title='Every pound Counts! <br /><br />In this type of campaign, the project is funded whether or not the goal is reached.'>flexible</span> %{category_name} project by %{author} in %{city}"
all_or_none: "A project in %{category_name}, in %{city}, by %{author}. <br />In this campaign, the project is only funded if the funding target is reached.."
flexible: "A project in %{category_name}, in %{city}, by %{author}. <br />In this campaign, the project is funded whether or not the funding target is reached."
status-bar:
goal: 'Goal: %{value}'
total_contributions: '%{value} contibutors'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ br
- if resource.is_a?(Contribution)
- if resource.project.flexible?
br
| This project will be funded on <strong>#{l resource.project.expires_at.to_date, format: :long}</strong>. Shortly after, #{resource.project.user.display_name} will contact you about rewards and followup. This process may take a few days so hang tight!
| This project will be funded on <strong>#{l resource.project.expires_at.to_date, format: :long}</strong>. Thank you for your donation!
- else
br
|If the project is successfully funded by <strong>#{l resource.project.expires_at.to_date, format: :long}</strong>, #{resource.project.user.display_name} will contact you about rewards and followup. This process may take a few days so hang tight!
Expand Down

0 comments on commit 4674311

Please sign in to comment.