diff options
author | mayaeh <mayaeh@marimo-net.org> | 2019-09-03 01:12:27 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-09-02 18:12:27 +0200 |
commit | 1f22b8197cb961371fa761e1fa214d4f4a2074d1 (patch) | |
tree | 28e9eb036d40ce6844bbfba90114d43ea461ae84 /app/views/directories | |
parent | 0ea53122f2a0db726afe96cfedd8e7fe3d930e0a (diff) |
Integrate translation strings for the Profile Directory. (#11722)
Run `yarn manage:translations en`
Diffstat (limited to 'app/views/directories')
-rw-r--r-- | app/views/directories/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/directories/index.html.haml b/app/views/directories/index.html.haml index 30daa6bb1..6bf2ec81e 100644 --- a/app/views/directories/index.html.haml +++ b/app/views/directories/index.html.haml @@ -49,7 +49,7 @@ - if account.last_status_at.present? %time.time-ago{ datetime: account.last_status_at.iso8601, title: l(account.last_status_at) }= l account.last_status_at - else - = t('invites.expires_in_prompt') + = t('accounts.never_active') %small= t('accounts.last_active') |