diff --git a/src/js/slaveListing.js b/src/js/slaveListing.js
index 8396db4b10f76465aa541de7a1605dffb703b482..d0f4b6da8cabb5bc79cef5d589ad1f29c97c0c23 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";