mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-26 07:22:10 -05:00
Fix translation string in Create Bot popover
This commit is contained in:
parent
240a60919a
commit
14c191be60
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