From ea162f7dd4b7bb91486827101fe78591132ca6ee Mon Sep 17 00:00:00 2001 From: Skriv <skrivelese@gmail.com> Date: Wed, 22 May 2019 22:13:53 +0200 Subject: [PATCH] spelling --- 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 8396db4b10f..d0f4b6da8ca 100644 --- a/src/js/slaveListing.js +++ b/src/js/slaveListing.js @@ -462,7 +462,7 @@ App.UI.SlaveList.listNGPSlaves = function() { r += '<div class="tab">' + App.UI.tabbar.tabButton('assign', 'Import a slave') + - App.UI.tabbar.tabButton('remove', 'Remove from impor') + + App.UI.tabbar.tabButton('remove', 'Remove from import') + '</div>'; const NGPassignment = "be imported"; -- GitLab