Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Jun 28, 2024
1 parent 1545bff commit ae90480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/devise/registrations/edit.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ae90480

Please sign in to comment.