Skip to content

Commit

Permalink
copy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrliu committed Oct 9, 2024
1 parent 06f6836 commit 7ba620a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Email Template
Attendee email placeholder
==========================

This is a plugin for `pretix`_.

Short description
Lets you use the {attendee_email} placeholder for email content that corresponds to an order's position.

Development setup
-----------------
Expand Down
6 changes: 3 additions & 3 deletions pretix_email_template_plugin/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ class PluginApp(PluginConfig):
verbose_name = "Email template helper"

class PretixPluginMeta:
name = gettext_lazy("Email Template")
author = "Your name"
description = gettext_lazy("More email template placeholders, such as {attendee_email}")
name = gettext_lazy("Attendee email placeholder")
author = "0xPARC team"
description = gettext_lazy("Lets you use the {attendee_email} placeholder for email content that corresponds to an order's position.")
visible = True
version = __version__
category = "FEATURE"
Expand Down

0 comments on commit 7ba620a

Please sign in to comment.