From 7b4ef4647ada77d9e5dde9f336f40b266cbfeefb Mon Sep 17 00:00:00 2001
From: Scott Addie <10702007+scottaddie@users.noreply.github.com>
Date: Fri, 16 Nov 2018 10:23:51 -0600
Subject: [PATCH] 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.
---
.../first-web-api/samples/2.1/TodoApi/wwwroot/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/aspnetcore/tutorials/first-web-api/samples/2.1/TodoApi/wwwroot/index.html b/aspnetcore/tutorials/first-web-api/samples/2.1/TodoApi/wwwroot/index.html
index 784c5f2bbd..c1d7957861 100644
--- a/aspnetcore/tutorials/first-web-api/samples/2.1/TodoApi/wwwroot/index.html
+++ b/aspnetcore/tutorials/first-web-api/samples/2.1/TodoApi/wwwroot/index.html
@@ -43,7 +43,7 @@
-
+
✖