mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: enhance wording for lazy mode
This commit is contained in:
parent
5814bc2b09
commit
15da7ca977
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ export function FileExplorer({ freeze, metaData }: Props) {
|
|||
{visibleNodesGenerator?.defer && (
|
||||
<div className={'status'}>
|
||||
<Label
|
||||
title="This repository is large. Gitako has switched to Lazy Mode to improve performance. Folders will be loaded when it gets expanded."
|
||||
title="This repository is large. Gitako has switched to Lazy Mode to improve performance. Folders will be loaded on demand."
|
||||
className={'lazy-mode'}
|
||||
variant="attention"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue