diff options
| author | 2014-10-26 12:22:13 +0100 | |
|---|---|---|
| committer | 2014-10-26 12:22:13 +0100 | |
| commit | 5d6407a0bf0ecee7017f9d6c6c110b7afa98fff0 (patch) | |
| tree | 493652d2de8db143e111e1c7b1c7627c2e68fa55 /app/views/user | |
| parent | 20b40aa85ea23e00e71e9d7ab8f3b08b51f16f41 (diff) | |
Update i18n
- Fix i18n strings
- Fix typo profil -> profile
See https://github.com/marienfressinaud/FreshRSS/issues/678
Diffstat (limited to 'app/views/user')
| -rw-r--r-- | app/views/user/profile.phtml (renamed from app/views/user/profil.phtml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/profil.phtml b/app/views/user/profile.phtml index a2af53c96..60257012c 100644 --- a/app/views/user/profil.phtml +++ b/app/views/user/profile.phtml @@ -3,7 +3,7 @@ <div class="post"> <a href="<?php echo _url('index', 'index'); ?>"><?php echo _t('back_to_rss_feeds'); ?></a> - <form method="post" action="<?php echo _url('user', 'profil'); ?>"> + <form method="post" action="<?php echo _url('user', 'profile'); ?>"> <legend><?php echo _t('login_configuration'); ?></legend> <div class="form-group"> |
