Fix translation string in Create Bot popover

pull/1049/head
Snazzah 2021-09-03 10:37:49 -05:00 committed by GitHub
parent d607309389
commit 3b66a088fc
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ export function CreateBotModal({ onClose, onCreate }: Props) {
/>
{error && (
<Overline type="error" error={error}>
<Text id="app.special.popovers.create_bot.error" />
<Text id="app.special.popovers.create_bot.failed" />
</Overline>
)}
</form>