Skip to content

Commit

Permalink
fix(CacheItem): 更新标题为“清除缓存”
Browse files Browse the repository at this point in the history
  • Loading branch information
thoulee21 committed Nov 24, 2024
1 parent 30f62d7 commit be48fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CacheItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const CacheItem = () => {

return (
<List.Item
title="Cache"
title="Clear Cache"
description={formatDataSize(cacheSize)}
left={renderCacheIcon}
onPress={clearCache}
Expand Down

0 comments on commit be48fb8

Please sign in to comment.