Skip to content

Commit

Permalink
fix plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuancelin committed May 16, 2024
1 parent 49ff2a1 commit a54de14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class MailerEndpoint extends NgBackendCall {
override def visibility: NgPluginVisibility = NgPluginVisibility.NgUserLand
override def multiInstance: Boolean = true
override def core: Boolean = true
override def name: String = "Mailer endpoint"
override def name: String = "Cloud APIM - Mailer endpoint"
override def description: Option[String] = "This plugin provide an endpoint to send email using SMTP".some
override def defaultConfigObject: Option[NgPluginConfig] = Some(MailerApiConfiguration.default)
override def useDelegates: Boolean = false
Expand Down

0 comments on commit a54de14

Please sign in to comment.