diff --git a/ktane.js b/ktane.js
index 111e669..fb5950d 100755
--- a/ktane.js
+++ b/ktane.js
@@ -172,7 +172,7 @@ $('section').each(function () {
} else if (colour === 'red' && text === 'Hold') {
instruction = 'Press and release.';
} else {
- instruction = 'If 3+ \ud83d\udd0b and lit indicator [FRK], press and release the button.
Otherwise, hold button.';
+ instruction = 'If 3+ \ud83d\udd0b and FRK, press and release the button.
Otherwise, hold button.';
}
$instruction.html(instruction);