diff options
author | Marius Peter <marius.peter@tutanota.com> | 2024-12-30 20:02:14 +0100 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2024-12-30 20:02:14 +0100 |
commit | 5286e295a5ba141a547475e2c555335d4297fdcb (patch) | |
tree | a1354747fe325048c59d4711d09a06bf3e9d1b1f /app | |
parent | b52d4cd485830b759fe8380f42fc1a1e5989c7fc (diff) |
Vocabulary.
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 %> |