Fix translation string in Create Bot popover
parent
d607309389
commit
3b66a088fc
|
|
@ -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 New Issue