app/views/alchemy/base/leave.html.erb in alchemy_cms-3.0.0 vs app/views/alchemy/base/leave.html.erb in alchemy_cms-3.0.1

- old
+ new

@@ -4,8 +4,8 @@ <p class="buttons"> <label><%= _t("Do you want to") %></label> <%= link_to _t('stay logged in'), alchemy.root_path, class: 'button' %> </p> <%= form_tag Alchemy.logout_path, method: 'delete', class: 'buttons' do %> - <label><%= _t('or to completly') %></label> + <label><%= _t('or to completely') %></label> <%= button _t(:logout), autofocus: true %> <% end %>