From ac94520a99f14d3d178a0537d36d88066f9df7b0 Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Mon, 19 Feb 2024 15:42:30 -0500 Subject: [PATCH] Resolves #1128: edit the dialog a bit --- src/levels/remote/tracking.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/levels/remote/tracking.js b/src/levels/remote/tracking.js index 9cc0b24dd..ca23a21db 100644 --- a/src/levels/remote/tracking.js +++ b/src/levels/remote/tracking.js @@ -153,7 +153,7 @@ exports.level = { "type": "ModalAlert", "options": { "markdowns": [ - "Ok! For this level let's push work onto the `main` branch on remote while *not* checked out on `main` locally. You should instead a branch named `side` which the level hint will show." + "Ok! For this level let's push work onto the `main` branch on remote while *not* checked out on `main` locally. You should instead a branch named `side` which the goal diagram will show." ] } }