Skip to content

Commit 8a827ad

Browse files
committed
fix: Fix small UI bug
1 parent b9d1e63 commit 8a827ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/pages/Settings/tabs/SystemTab.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ function MaintenanceSection({
172172
rebuildProgress.status === 'scanning' ||
173173
rebuildProgress.total === 0
174174
? 'Scanning shot history files...'
175-
: `Processing shot history files (${rebuildProgress.current}/{rebuildProgress.total})`}
175+
: `Processing shot history files (${rebuildProgress.current}/${rebuildProgress.total})`}
176176
</div>
177177
<div className='bg-base-300 h-2 w-full overflow-hidden rounded'>
178178
<div

0 commit comments

Comments
 (0)