diff options
Diffstat (limited to 'src/pages/options/index.html')
-rw-r--r-- | src/pages/options/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pages/options/index.html b/src/pages/options/index.html index 8eb3c21b..96b8d553 100644 --- a/src/pages/options/index.html +++ b/src/pages/options/index.html @@ -86,8 +86,8 @@ </div> <div id="protocol-fallback"> <div class="some-block option-block"> - <h4 data-localise="__MSG_protocolFallback__">Fallback to normal if no frontends are available for the current protocol</h4> - <input id="protocol-fallback" type="checkbox"> + <h4 data-localise="__MSG_protocolFallback__">Fallback to normal if no instances are available for the current protocol</h4> + <input id="protocol-fallback-checkbox" type="checkbox"> </div> </div> <div class="some-block option-block"> |