diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-11-16 13:09:46 -0800 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-11-16 13:52:01 -0800 |
commit | 9f3486f7481ea5f7ecd9de724549c168072dd046 (patch) | |
tree | 0212429171008da4708d87148b5897ef0043250c /app/Locale/ja_JP | |
parent | da28bb45a7b6627a2bd6f1bef6b83b9412b3dff5 (diff) |
Add help message on project sharing page
Diffstat (limited to 'app/Locale/ja_JP')
-rw-r--r-- | app/Locale/ja_JP/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 69162e2a..f8635aa4 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -1366,4 +1366,5 @@ return array( // 'Time Estimated' => '', // 'Time Spent' => '', // 'External Link' => '', + // 'This feature enable the iCal feed, RSS feed and the public board view.' => '', ); |