diff options
author | Alexander Sulfrian <alexander.sulfrian@fu-berlin.de> | 2016-04-18 20:26:10 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander.sulfrian@fu-berlin.de> | 2016-04-21 20:38:09 +0200 |
commit | fad5150ada7981455bedccc479637e2cdc9a4935 (patch) | |
tree | 1fb4e1baac6361c27e1cc9e13a6a4c9cbd5e7d8c /i18n/en.i18n.json | |
parent | 081b09207f2247d7e38fc28e0f0f9748eecbbcbe (diff) | |
download | wekan-fad5150ada7981455bedccc479637e2cdc9a4935.tar.gz wekan-fad5150ada7981455bedccc479637e2cdc9a4935.tar.bz2 wekan-fad5150ada7981455bedccc479637e2cdc9a4935.zip |
UI: Add log-in button to public boards
Even if a board is public and a user can view it, the user might want to
log in to be able to edit the board.
The button replaces the "public" permission indicator, because it is
obvious (if the user is not logged in and can view the board, it has to
be public).
Diffstat (limited to 'i18n/en.i18n.json')
-rwxr-xr-x | i18n/en.i18n.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 310e7a23..b171bdf9 100755 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -209,6 +209,7 @@ "listImportCardPopup-title": "Import a Trello card", "lists": "Lists", "log-out": "Log Out", + "log-in": "Log In", "loginPopup-title": "Log In", "memberMenuPopup-title": "Member Settings", "members": "Members", |