diff options
-rw-r--r-- | newtab.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ let INFO = 'n', 'about:newtab completer', function (context, args) { - context.title = ['URL', 'Title']; + context.title = ['about:newtab', 'Title']; context.filters = [CompletionContext.Filter.textAndDescription]; context.completions = [ [t.url, t.title] |