mirror of
https://github.com/revoltchat/revite.git
synced 2025-01-12 15:31:26 -05:00
Merge pull request #178 from Snazzah/patch-1
This commit is contained in:
commit
2b3ff50b33
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ export function CreateBotModal({ onClose, onCreate }: Props) {
|
||||||
/>
|
/>
|
||||||
{error && (
|
{error && (
|
||||||
<Overline type="error" error={error}>
|
<Overline type="error" error={error}>
|
||||||
<Text id="app.special.popovers.create_bot.error" />
|
<Text id="app.special.popovers.create_bot.failed" />
|
||||||
</Overline>
|
</Overline>
|
||||||
)}
|
)}
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in a new issue