Hopefully sort out strings with appended '.'s
This commit is contained in:
parent
c3c2916449
commit
43d8ccf128
10 changed files with 132 additions and 121 deletions
|
@ -70,7 +70,7 @@ const commands = {
|
|||
// TODO Don't explain this away, actually show a search UI here.
|
||||
Modal.createDialog(ErrorDialog, {
|
||||
title: _t('/ddg is not a command'),
|
||||
description: _t('To use it, just wait for autocomplete results to load and tab through them') + '.',
|
||||
description: _t('To use it, just wait for autocomplete results to load and tab through them.'),
|
||||
});
|
||||
return success();
|
||||
}),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue