Skip to content

Commit

Permalink
Remove extra warning alert from SmtpSettings.Edit
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco committed Sep 9, 2023
1 parent 033e0ae commit 769e745
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
@using OrchardCore.Email
@model SmtpSettings

<p class="alert alert-warning">@T["The current tenant will be reloaded when the settings are saved."]</p>

<div class="mb-3" asp-validation-class-for="DefaultSender">
<label asp-for="DefaultSender">@T["Sender email address"]</label>
<input asp-for="DefaultSender" class="form-control" type="text" />
Expand Down

0 comments on commit 769e745

Please sign in to comment.