diff options
author | Nicolas <nicolas@gitlab.com> | 2015-06-12 05:15:11 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-06-15 18:36:33 +0200 |
commit | b27ef0831898c22a2a630afb15822d3208990d07 (patch) | |
tree | eafa11fcf05690b8b5fe00cf6c8949ab48295699 | |
parent | 916d7da4a81cfc2225080382eff94a7a7193b080 (diff) | |
download | gitlab-ce-b27ef0831898c22a2a630afb15822d3208990d07.tar.gz |
Fix typo on account page.
-rw-r--r-- | app/views/profiles/accounts/show.html.haml | 2 |
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. |