From ae9048084e1b683291cfa3cd5ebb6c481127b4dd Mon Sep 17 00:00:00 2001 From: Andrei Kaleshka Date: Fri, 28 Jun 2024 22:27:04 +0200 Subject: [PATCH] fix typo --- app/views/devise/registrations/edit.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/devise/registrations/edit.html.slim b/app/views/devise/registrations/edit.html.slim index d5ed8b1..949647d 100644 --- a/app/views/devise/registrations/edit.html.slim +++ b/app/views/devise/registrations/edit.html.slim @@ -6,7 +6,7 @@ .column.is-one-third .field img src=asset_path(avatar_for(current_user)) class="rounded-avatar" id='account-image' - = link_to "Channge photo", edit_profile_path + = link_to "Change photo", edit_profile_path = render "devise/shared/error_messages", resource: resource .field = f.text_field :name, autofocus: true, type: "text", class: 'input', placeholder: "your name or nick name"