aboutsummaryrefslogtreecommitdiffstats
path: root/newtab.js
diff options
context:
space:
mode:
Diffstat (limited to 'newtab.js')
-rw-r--r--newtab.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/newtab.js b/newtab.js
index dcacf18..b9e9061 100644
--- a/newtab.js
+++ b/newtab.js
@@ -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]