fix i18n typo

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/21833/head
Michael Telatynski 2017-05-29 23:51:05 +01:00
parent 229eef4624
commit bfc7302fba
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ export default class CommandProvider extends AutocompleteProvider {
component: (<TextualCompletion
title={result.command}
subtitle={result.args}
description={ t_(result.description) }
description={ _t(result.description) }
/>),
range,
};