Skip to content

Commit

Permalink
explain what 'remember me' means
Browse files Browse the repository at this point in the history
  • Loading branch information
cellio authored and ArtOfCode- committed Dec 26, 2024
1 parent 20dc4d1 commit c00a25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/devise/sessions/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<% if devise_mapping.rememberable? %>
<div class="form-group">
<%= f.label :remember_me, class: "form-element" %>
<%= f.label :remember_me, 'Stay signed in on this device', class: "form-element" %>
<%= f.check_box :remember_me, class: "form-radio-element" %>
</div>
<% end %>
Expand Down

0 comments on commit c00a25a

Please sign in to comment.