Updated Module Title using SetModuleTitle on ModuleBase
This commit is contained in:
@ -42,6 +42,12 @@
|
||||
|
||||
public override string Title => "Send Notification";
|
||||
|
||||
protected override void OnParametersSet()
|
||||
{
|
||||
base.OnParametersSet();
|
||||
base.SetModuleTitle(Localizer["ModuleTitle.Text"]);
|
||||
}
|
||||
|
||||
private async Task Send()
|
||||
{
|
||||
try
|
||||
|
Reference in New Issue
Block a user