diff options
| -rw-r--r-- | src/lib/List/CleanMangaList.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/List/CleanMangaList.svelte b/src/lib/List/CleanMangaList.svelte index a046ecc0..434f37d6 100644 --- a/src/lib/List/CleanMangaList.svelte +++ b/src/lib/List/CleanMangaList.svelte @@ -19,7 +19,7 @@ </script> <ListTitle count={media.length} time={endTime / 1000}> - <a href={'#'} title="Force a refresh" on:click={cleanCache}>Force</a> + <a href={'#'} title="Force a full refresh" on:click={cleanCache}>Refresh</a> </ListTitle> {#if media.length === 0} |