diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-05-30 18:39:47 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-05-30 18:39:47 -0400 |
commit | 9cdb72681e69620a1f5ac1a2c0532a414641ad44 (patch) | |
tree | cb1468666b52f3270817d6c9ba0d692d433f320c /app/Locale/ja_JP | |
parent | 3704fd243a612d3588a9c8965ec130296d6ecbe0 (diff) |
Add help message for private projects
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 f4ea4d5f..22dd98ff 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -921,4 +921,5 @@ return array( // 'Two factor authentication disabled' => '', // 'Two factor authentication enabled' => '', // 'Unable to update this user.' => '', + // 'There is no user management for private projects.' => '', ); |