diff options
author | Joas Schilling <coding@schilljs.com> | 2018-03-06 14:20:27 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-04-19 10:32:05 +0200 |
commit | 1fbfe7b72cd2d1ed1daa1d63c9bc1017418f3d3d (patch) | |
tree | dccfde777b0801054b43ff29625a405a2d9b5494 /apps/workflowengine/js | |
parent | a6458745bd5ae49cedf6e5c60df6c8c69b5ef93c (diff) | |
download | nextcloud-server-1fbfe7b72cd2d1ed1daa1d63c9bc1017418f3d3d.tar.gz nextcloud-server-1fbfe7b72cd2d1ed1daa1d63c9bc1017418f3d3d.zip |
Add an option for mail addons
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/workflowengine/js')
-rw-r--r-- | apps/workflowengine/js/requestuseragentplugin.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/workflowengine/js/requestuseragentplugin.js b/apps/workflowengine/js/requestuseragentplugin.js index 19450032fc3..881ea4b8ac7 100644 --- a/apps/workflowengine/js/requestuseragentplugin.js +++ b/apps/workflowengine/js/requestuseragentplugin.js @@ -70,7 +70,8 @@ children: [ {id: 'android', text: t('workflowengine', 'Android client')}, {id: 'ios', text: t('workflowengine', 'iOS client')}, - {id: 'desktop', text: t('workflowengine', 'Desktop client')} + {id: 'desktop', text: t('workflowengine', 'Desktop client')}, + {id: 'mail', text: t('workflowengine', 'Thunderbird & Outlook addons')} ] } ]; |