diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-06-12 13:16:31 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-06-12 13:16:31 +0000 |
commit | e9c40a9c0f306c1600312e5a82ba657c84ecbca8 (patch) | |
tree | 37ac65303d4d4bcd89aa86f884bb86f60a1dbeb6 | |
parent | cb980c05d0b1ab03d43c4331dc25aeac8c0a8903 (diff) | |
parent | c2087098bedc690f52b40c66fc73dcae6b3ea935 (diff) | |
download | gitlab-ce-e9c40a9c0f306c1600312e5a82ba657c84ecbca8.tar.gz |
Merge branch 'fix_typo_account_page' into 'master'
Fix typo on account page.
@douwe Thanks for reviewing this small fix.
See merge request !1854
-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. |