diff options
author | Yuri Chornoivan <yurchor@ukr.net> | 2018-04-23 22:45:14 +0300 |
---|---|---|
committer | Yuri Chornoivan <yurchor@ukr.net> | 2018-04-23 22:45:14 +0300 |
commit | d9d2639dd24587dff6cf00bea8087410300aca3d (patch) | |
tree | 3ac3207056148f3a0cf68bdbfeb507539e04afbf | |
parent | dab034b75faca2b5352525eae90f1aead6558f05 (diff) | |
download | identity-d9d2639dd24587dff6cf00bea8087410300aca3d.tar identity-d9d2639dd24587dff6cf00bea8087410300aca3d.tar.gz identity-d9d2639dd24587dff6cf00bea8087410300aca3d.tar.bz2 identity-d9d2639dd24587dff6cf00bea8087410300aca3d.tar.xz identity-d9d2639dd24587dff6cf00bea8087410300aca3d.zip |
Fix minor typo
-rw-r--r-- | root/user/index.tt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root/user/index.tt b/root/user/index.tt index 873be65..f903d71 100644 --- a/root/user/index.tt +++ b/root/user/index.tt @@ -36,7 +36,7 @@ <hr /> <div id="attribute_add_form"> -<h3>[%('Add a attribute')%]</h3> +<h3>[%('Add an attribute')%]</h3> <form method="post" action="/user/add"> <p> <select name="attribute"> |