Skip to content

Commit 1e2120b

Browse files
committed
Rename "JSON Enrollment" tab
Switches the name of the "JSON Enrollment" tab to be "Recipe Enrollment" Fixes #72
1 parent ad38e0f commit 1e2120b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Link } from "react-router-dom";
33
import { Nav } from "react-bootstrap";
44

55
const links = [
6-
{ to: "/experiment-json", text: "JSON Enrollment" },
6+
{ to: "/experiment-json", text: "Recipe Enrollment" },
77
{
88
to: "/experiment-feature-config",
99
text: "Feature Configuration Enrollment",

0 commit comments

Comments
 (0)