mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-02-07 06:13: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"
|
||||
>
|
||||
<Text priority="400">
|
||||
You are about to change the limit of items per page. Changing the limit higher
|
||||
than 9,999 may cause performance issues and may crash the app. It is recommended
|
||||
to keep the limit below 9,999 for the smooth functioning of the app. Are you sure
|
||||
you want to continue?
|
||||
You are about to change the limit of items. Changing the limit higher than 9,999
|
||||
may cause performance issues and may crash the app. It is recommended to keep the
|
||||
limit below 9,999 for the smooth functioning of the app. Are you sure you want to
|
||||
continue?
|
||||
</Text>
|
||||
<Box direction="Column" gap="200">
|
||||
<Button
|
||||
|
|
Loading…
Reference in a new issue