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"