diff --git a/app.js b/app.js
index f5eb65c..b84c696 100644
--- a/app.js
+++ b/app.js
@@ -440,7 +440,7 @@ function populateDemoShell() {
hermes
EU
- +`;
+ + Add Agent`;
// Show agent panel with demo data
hide("no-agents");
@@ -578,7 +578,7 @@ function renderAgentTabs() {
`;
})
.join("") +
- `+`;
+ `+ Add Agent`;
}
function selectAgent(uuid) {