mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
make info text better
This commit is contained in:
@ -94,9 +94,13 @@ function EmailSection() {
|
|||||||
<Grid>
|
<Grid>
|
||||||
<Grid.Col span={6}>
|
<Grid.Col span={6}>
|
||||||
{data.length == 0 ? (
|
{data.length == 0 ? (
|
||||||
<Text>
|
<Alert
|
||||||
<Trans>Currently no email adreesses are registered</Trans>
|
icon={<IconAlertCircle size='1rem' />}
|
||||||
</Text>
|
title={t`Not configured`}
|
||||||
|
color='yellow'
|
||||||
|
>
|
||||||
|
<Trans>Currently no email addresses are registered.</Trans>
|
||||||
|
</Alert>
|
||||||
) : (
|
) : (
|
||||||
<Radio.Group
|
<Radio.Group
|
||||||
value={value}
|
value={value}
|
||||||
|
Reference in New Issue
Block a user