Fix translation string in Create Bot popover

This commit is contained in:
Snazzah 2021-09-03 10:37:49 -05:00 committed by GitHub
parent 240a60919a
commit 14c191be60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>