Commit 32b5df6e

luu stiles <luuduong@gmail.com>
2012-06-19 02:48:59
label change for clarity
1 parent 8500f34
Changed files (1)
app
views
creations
app/views/creations/show.html.erb
@@ -32,7 +32,7 @@
       <% if @creation.user == current_user %>
         <% if @creation.photos.length < 3 %>
           <div class="span3 visible-desktop">
-            <h4>Add another photo</h4>
+            <h4>Add more photos to this creation</h4>
             <% unless @creation.new_record? %>
               <%= form_tag(creation_photos_path(@creation), :method => "post", :multipart => true, :html => {:class => ''}) do |f| %>
                 <%= fields_for Photo.new do |f| %>