diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/home/_code_of_honor.html.erb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/views/home/_code_of_honor.html.erb b/app/views/home/_code_of_honor.html.erb index 7f26c3d..f2a306d 100644 --- a/app/views/home/_code_of_honor.html.erb +++ b/app/views/home/_code_of_honor.html.erb @@ -6,7 +6,7 @@  	honnêteté afin de favoriser un résultat mérité !      </p>      <% if session[:agreed_to_code_of_honor] %> -	<%= button_to "Renéguer", toggle_code_of_honor_path %> +	<%= button_to "Refuser", toggle_code_of_honor_path %>      <% else %>  	<%= button_to "Accepter", toggle_code_of_honor_path %>      <% end %> | 
