Skip to content

Commit

Permalink
fix casing of template editor app
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisJobke committed Aug 9, 2016
1 parent ae0dd57 commit b410cdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<info>
<id>templateeditor</id>
<name>Mail Template Editor</name>
<name>Mail template editor</name>
<description>This application enables Nextcloud to send custom emails to users. By default, Nextcloud can send password reset emails, shared file and share link emails, activity stream notifications and more. By configuring an email server, admins can enable these emails to be sent. By providing an email address on their Personal page, users can receive these emails. By default, all of these emails will contain Nextcloud email templates. The template editor allows admins to change email templates for emails sent by the system.
While it is possible to manually change email templates within Nextcloud, this app makes it far simpler by updating this via the Nextcloud admin panel. More information is available in the Mail Template Editor documentation.
While it is possible to manually change email templates within Nextcloud, this app makes it far simpler by updating this via the Nextcloud admin panel. More information is available in the Mail template editor documentation.
</description>
<licence>AGPL</licence>
<author>Jörn Dreyer</author>
Expand Down
2 changes: 1 addition & 1 deletion templates/settings-admin.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="section" id="mailTemplateSettings" >

<h2><?php p($l->t('Mail Templates'));?></h2>
<h2><?php p($l->t('Mail templates'));?></h2>

<div class="actions">

Expand Down

0 comments on commit b410cdc

Please sign in to comment.