From 5286e295a5ba141a547475e2c555335d4297fdcb Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Mon, 30 Dec 2024 20:02:14 +0100 Subject: Vocabulary. --- app/views/home/_code_of_honor.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/home/_code_of_honor.html.erb') 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é !

<% 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 %> -- cgit v1.2.3