Addon build updates

This commit is contained in:
Darren Clarke 2023-05-17 08:16:41 +00:00
parent 0190ccdfd3
commit d5bd58ac3e
5 changed files with 25 additions and 16 deletions

View file

@ -584,7 +584,7 @@ class App.UiElement.ApplicationAction
options: {
'no': __('Do not sign email')
'discard': __('Sign email (if not possible, discard notification)')
'always': __('Sign daha email (if not possible, send notification anyway)')
'always': __('Sign email (if not possible, send notification anyway)')
}
value: meta.sign
translate: true

View file

@ -8,7 +8,7 @@
<hr>
<h2><%- @T('Default Behavior') %></h2>
<p>Choose the default behavior of the PGP integration on per group basis. If signing or encrypting is not possible, the setting has no effect. Agents call always manually alter the behavior for each article.</p>
<p>Choose the default behavior of the PGP integration on per group basis. If signing or encrypting is not possible, the setting has no effect. Agents can always manually alter the behavior for each article.</p>
<div class="settings-entry settings-entry--stretched js-groupList"></div>
<div class="btn btn--primary js-updateGroup"><%- @T('Update') %></div>
</form>