diff --git a/lang/en-US.json b/lang/en-US.json
index 13c682d2..4d46e967 100644
--- a/lang/en-US.json
+++ b/lang/en-US.json
@@ -103,6 +103,7 @@
"manage_token_req": "Manage Token Request",
"use_token_req": "Use Token Request",
"token_req_name": "Request Name",
+ "empty_req_name": "Empty Request Name",
"token_req_details": "Request Details",
"token_name": "Token Name",
"oidc_discovery_url": "OIDC Discovery URL",
@@ -294,4 +295,4 @@
"experiments": "Experiments",
"experiments_notice": "This is a collection of experiments we're working on that might turn out to be useful, fun, both, or neither. They're not final and may not be stable, so if something overly weird happens, don't panic. Just turn the dang thing off. Jokes aside, ",
"use_experimental_url_bar": "Use experimental URL bar with environment highlighting"
-}
+}
\ No newline at end of file
diff --git a/pages/index.vue b/pages/index.vue
index 7da4760d..0c4b66a7 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -178,14 +178,8 @@