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
Scott Addie 2018-11-16 10:23:51 -06:00 committed by GitHub
parent 61040c22bd
commit 7b4ef4647a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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">&#10006;</a>
</form>
</div>