diff --git a/app/views/layouts/_user_menu.html.haml b/app/views/layouts/_user_menu.html.haml
index c1ae6cea..5688ac80 100644
--- a/app/views/layouts/_user_menu.html.haml
+++ b/app/views/layouts/_user_menu.html.haml
@@ -6,7 +6,7 @@
%li
= link_to(edit_user_path(current_user.id)) do
%span.fa.fa-user
- Edit Profil
+ Edit Profile
-if @conference and @conference.id
%li
= link_to(conference_proposal_index_path(@conference.short_title)) do