Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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