From c2087098bedc690f52b40c66fc73dcae6b3ea935 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Fri, 12 Jun 2015 05:15:11 +0200 Subject: Fix typo on account page. --- app/views/profiles/accounts/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/profiles/accounts/show.html.haml b/app/views/profiles/accounts/show.html.haml index a26d4e0c757..ed009c86568 100644 --- a/app/views/profiles/accounts/show.html.haml +++ b/app/views/profiles/accounts/show.html.haml @@ -113,4 +113,4 @@ Your account is currently an owner in these groups: %strong #{@user.solo_owned_groups.map(&:name).join(', ')} %p - You must transfer ownership or delete these groups before you can delete yur account. + You must transfer ownership or delete these groups before you can delete your account. -- cgit v1.2.1