2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 12:05:53 +00:00

make info text better

This commit is contained in:
Matthias Mair
2025-01-20 21:56:47 +01:00
parent 0c40cb4a5a
commit ec8267f341

View File

@ -94,9 +94,13 @@ function EmailSection() {
<Grid>
<Grid.Col span={6}>
{data.length == 0 ? (
<Text>
<Trans>Currently no email adreesses are registered</Trans>
</Text>
<Alert
icon={<IconAlertCircle size='1rem' />}
title={t`Not configured`}
color='yellow'
>
<Trans>Currently no email addresses are registered.</Trans>
</Alert>
) : (
<Radio.Group
value={value}
@ -230,7 +234,7 @@ function ProviderSection({
title={t`Not configured`}
color='yellow'
>
<Trans>There are no providers connected to this account. </Trans>
<Trans>There are no providers connected to this account.</Trans>
</Alert>
) : (
<Stack>