From e14b034a699f454a02a3d2aced2cb19369ca48a4 Mon Sep 17 00:00:00 2001 From: Svornost <11434-svornost@users.noreply.gitgud.io> Date: Wed, 29 Jan 2020 21:59:40 -0800 Subject: [PATCH] stray word --- src/js/slaveListing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/slaveListing.js b/src/js/slaveListing.js index 9ab9e6ea1d4..351a60d3aa4 100644 --- a/src/js/slaveListing.js +++ b/src/js/slaveListing.js @@ -251,7 +251,7 @@ App.UI.SlaveList.render = function() { if (list.length > 0) { assignment.innerText += ", "; } else { - assignment.innerText += ", but preparing to move out"; + assignment.innerText += ", preparing to move out"; } for (i = 0; i < list.length; i++) { assignment.innerText += list[i]; -- GitLab