diff options
author | György Nádudvari <reedcourty@users.noreply.github.com> | 2017-04-19 19:21:44 +0200 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-19 19:21:44 +0200 |
commit | 09dad88853966ca1f2de96881393da65f55340d7 (patch) | |
tree | fed108459e0c06a9262f9a992e8f3f451e7f0dc5 | |
parent | 7832425fdd71cb637cc138b88ddb506ac27665b7 (diff) |
Fixed hungarian translation (#2158)
-rw-r--r-- | app/assets/javascripts/components/locales/hu.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/components/locales/hu.jsx b/app/assets/javascripts/components/locales/hu.jsx index 9a2d14d87..b68df66fd 100644 --- a/app/assets/javascripts/components/locales/hu.jsx +++ b/app/assets/javascripts/components/locales/hu.jsx @@ -18,7 +18,7 @@ const hu = { "account.block": "Blokkolás", "account.follow": "Követés", "account.posts": "Posts", - "account.follows": "Követők", + "account.follows": "Követve", "account.followers": "Követők", "account.follows_you": "Követnek téged", "getting_started.heading": "Első lépések", |