diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-05-18 21:04:06 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-05-18 21:04:06 -0400 |
commit | 6d5ffaa848dcbc09538f79cb0cdea08f5306f4a4 (patch) | |
tree | 2b782b7bc4b7f25cfa9021f7250450c7534f86cb /app/Locale/ja_JP | |
parent | db95e96f92a15660dc043eb033a0f7737b59a030 (diff) |
Send all Kanboard events to the webhook (breaking change)
Diffstat (limited to 'app/Locale/ja_JP')
-rw-r--r-- | app/Locale/ja_JP/translations.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 1cc3818a..f4ea4d5f 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -389,8 +389,6 @@ return array( 'Creator' => '作成者', 'Modification date' => '変更日', 'Completion date' => '完了日', - 'Webhook URL for task creation' => 'タスク作成の Webhook URL', - 'Webhook URL for task modification' => 'タスク変更の Webhook URL', 'Clone' => '複製', 'Clone Project' => 'プロジェクトの複製', 'Project cloned successfully.' => 'プロジェクトを複製しました。', |