diff --git a/float.js b/float.js index 45b75d53..3bc011c1 100644 --- a/float.js +++ b/float.js @@ -169,7 +169,7 @@ const getFloatButtonClicked = function(e) { floatQueue.push({ listingId: id, inspectLink: inspectLink }); }, () => { - setFloatText(id, "Failed to obtain listing info, please try again"); + setFloatText(id, 'Failed to obtain listing info, please try again'); }); };