summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas <nicolas@gitlab.com>2015-06-12 05:15:11 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-06-15 18:36:33 +0200
commitb27ef0831898c22a2a630afb15822d3208990d07 (patch)
treeeafa11fcf05690b8b5fe00cf6c8949ab48295699
parent916d7da4a81cfc2225080382eff94a7a7193b080 (diff)
downloadgitlab-ce-b27ef0831898c22a2a630afb15822d3208990d07.tar.gz
Fix typo on account page.
-rw-r--r--app/views/profiles/accounts/show.html.haml2
1 files changed, 1 insertions, 1 deletions
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.