From 778c9d82126560980d6473a708cd45c8ee0ba330 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 19 Feb 2017 12:00:35 -0500 Subject: Allow people to remove missing automatic actions When an automatic action is installed from a plugin, if the plugin is removed the automatic could stay in the database if the user didn't remove manually the automatic action. --- app/Locale/ja_JP/translations.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Locale/ja_JP') diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index 215c0838..7523986f 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -1320,4 +1320,5 @@ return array( // 'Remove this user from group' => '', // 'Your project must have at least one active swimlane.' => '', // 'Project: %s' => '', + // 'Automatic action not found: "%s"' => '', ); -- cgit v1.2.3