diff options
author | Yamagishi Kazutoshi <ykzts@desire.sh> | 2017-11-28 23:41:02 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-11-28 15:41:02 +0100 |
commit | 15fab79cfa5b732e9d7816f162272d72cf06c733 (patch) | |
tree | b98ae3561675f5cfc4af08f8d2e7fe338aecefbd /config/locales | |
parent | eeaec39888f66bf312ac9a4c58f315ffd8f874f2 (diff) |
Show "expired" in invite index (#5838)
* Show "expired" in invite index * "Force expire" -> "Deactivate"
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/en.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index d6f18e859..2719a4f8c 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -432,7 +432,8 @@ en: upload: Upload in_memoriam_html: In Memoriam. invites: - delete: Delete + delete: Deactivate + expired: Expired expires_in: '1800': 30 minutes '21600': 6 hours |