mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-02-12 08:43:38 +01:00
Dialog made more informative
This commit is contained in:
parent
33acfe5b33
commit
2ba196b68c
1 changed files with 4 additions and 4 deletions
|
@ -92,10 +92,10 @@ export function LimitWarning({ limit, onLimitChange, setMenuAnchor }: LimitButto
|
||||||
gap="400"
|
gap="400"
|
||||||
>
|
>
|
||||||
<Text priority="400">
|
<Text priority="400">
|
||||||
You are about to change the limit of items per page. Changing the limit higher
|
You are about to change the limit of items. Changing the limit higher than 9,999
|
||||||
than 9,999 may cause performance issues and may crash the app. It is recommended
|
may cause performance issues and may crash the app. It is recommended to keep the
|
||||||
to keep the limit below 9,999 for the smooth functioning of the app. Are you sure
|
limit below 9,999 for the smooth functioning of the app. Are you sure you want to
|
||||||
you want to continue?
|
continue?
|
||||||
</Text>
|
</Text>
|
||||||
<Box direction="Column" gap="200">
|
<Box direction="Column" gap="200">
|
||||||
<Button
|
<Button
|
||||||
|
|
Loading…
Reference in a new issue