diff options
Diffstat (limited to 'chrome/redirector.html')
-rw-r--r-- | chrome/redirector.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/redirector.html b/chrome/redirector.html index 96fe24d..a1e6525 100644 --- a/chrome/redirector.html +++ b/chrome/redirector.html @@ -18,7 +18,7 @@ </div> <ul id="redirect-list"> <li> - <div>Redirect: <span class="pattern">pattern</span> to <span class="redirectTo"></span></div> + <div><span class="disabled">Disabled</span> Redirect: <span class="pattern">pattern</span> to <span class="redirectTo"></span></div> <div>Example: <span class="exampleUrl"></span> becomes <span class="redirectResult"></span></div> <div> <a class="edit" href="#edit">Edit</a> |