We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d38c26 commit edfbbc2Copy full SHA for edfbbc2
src/Identity/UI/src/Areas/Identity/Pages/V3/Account/ResendEmailConfirmation.cshtml
@@ -16,7 +16,7 @@
16
<input asp-for="Input.Email" class="form-control" />
17
<span asp-validation-for="Input.Email" class="text-danger"></span>
18
</div>
19
- <button type="submit" class="btn btn-default">Reset</button>
+ <button type="submit" class="btn btn-default">Resend</button>
20
</form>
21
22
0 commit comments