fix i18n typo
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
229eef4624
commit
bfc7302fba
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue