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 edfbbc2 commit 99e54b2Copy full SHA for 99e54b2
src/Identity/UI/src/Areas/Identity/Pages/V4/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-primary">Reset</button>
+ <button type="submit" class="btn btn-primary">Resend</button>
20
</form>
21
22
0 commit comments