Skip to content

Commit

Permalink
change plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
felixrindt committed Sep 14, 2023
1 parent 4253ca2 commit cb03b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ephios/plugins/basesignup/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class PluginApp(PluginConfig):
class EphiosPluginMeta:
name = _("Base Signup Plugin")
author = "Ephios Team"
description = _("This plugins adds basic signup methods.")
description = _("This plugins adds the standard signup methods.")

def ready(self):
from . import signals # pylint: disable=unused-import

0 comments on commit cb03b13

Please sign in to comment.