Hopefully sort out strings with appended '.'s

This commit is contained in:
David Baker 2017-05-25 19:21:18 +01:00
parent c3c2916449
commit 43d8ccf128
10 changed files with 132 additions and 121 deletions

View file

@ -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();
}),