diff options
Diffstat (limited to 'app/views/timelog/new.html.erb')
-rw-r--r-- | app/views/timelog/new.html.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/timelog/new.html.erb b/app/views/timelog/new.html.erb index fe6277738..6871c5f23 100644 --- a/app/views/timelog/new.html.erb +++ b/app/views/timelog/new.html.erb @@ -2,5 +2,6 @@ <% labelled_form_for @time_entry, :url => project_time_entries_path(@time_entry.project) do |f| %> <%= render :partial => 'form', :locals => {:f => f} %> - <%= submit_tag l(:button_save) %> + <%= submit_tag l(:button_create) %> + <%= submit_tag l(:button_create_and_continue), :name => 'continue' %> <% end %> |