1 parent b9d1e63 commit 8a827adCopy full SHA for 8a827ad
1 file changed
web/src/pages/Settings/tabs/SystemTab.jsx
@@ -172,7 +172,7 @@ function MaintenanceSection({
172
rebuildProgress.status === 'scanning' ||
173
rebuildProgress.total === 0
174
? 'Scanning shot history files...'
175
- : `Processing shot history files (${rebuildProgress.current}/{rebuildProgress.total})`}
+ : `Processing shot history files (${rebuildProgress.current}/${rebuildProgress.total})`}
176
</div>
177
<div className='bg-base-300 h-2 w-full overflow-hidden rounded'>
178
<div
0 commit comments