Update button text in web API 2.1 app (#9615)
Related to https://github.com/aspnet/Docs/pull/9602. Applies the same change to the 2.1 sample app.pull/9616/head
parent
61040c22bd
commit
7b4ef4647a
|
@ -43,7 +43,7 @@
|
|||
<input type="hidden" id="edit-id">
|
||||
<input type="checkbox" id="edit-isComplete">
|
||||
<input type="text" id="edit-name">
|
||||
<input type="submit" value="Edit">
|
||||
<input type="submit" value="Save">
|
||||
<a onclick="closeInput()" aria-label="Close">✖</a>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue