fix typo in email settings: differenct=>different (#1897)

This commit is contained in:
luto 2018-03-23 17:26:21 +01:00 committed by Martin Edenhofer
parent fd0e6d1b36
commit 0cfaaab9cd

View file

@ -138,7 +138,7 @@ class App.ChannelEmailSignature extends App.Controller
template = $( '<div><div class="overview"></div><a data-type="new" class="btn btn--success">' + App.i18n.translateContent('New') + '</a></div>' ) template = $( '<div><div class="overview"></div><a data-type="new" class="btn btn--success">' + App.i18n.translateContent('New') + '</a></div>' )
description = ''' description = '''
You can define differenct signatures for each group. So you can have different email signatures for different departments. You can define different signatures for each group. So you can have different email signatures for different departments.
Once you have created a signature here, you need also to edit the groups where you want to use it. Once you have created a signature here, you need also to edit the groups where you want to use it.
''' '''