Merge pull request #178 from Snazzah/patch-1

This commit is contained in:
Paul Makles
2021-09-09 21:04:58 +01:00
committed by GitHub

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>