fix: cached stats message wording
This commit is contained in:
parent
c7437d3610
commit
7c90e0898c
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ if (root) {
|
||||||
<Show when={!dbLoaded() && hasCashedData()}>
|
<Show when={!dbLoaded() && hasCashedData()}>
|
||||||
<Callout variant="default" class="my-4">
|
<Callout variant="default" class="my-4">
|
||||||
There is currently no backup database loaded, but you can watch statistics that have been
|
There is currently no backup database loaded, but you can watch statistics that have been
|
||||||
cached, meaning only chats you only watched or were preloaded.
|
cached, meaning only chats you already opened or chats that were preloaded.
|
||||||
<br />
|
<br />
|
||||||
<A href="/overview">Watch cached statistics</A>
|
<A href="/overview">Watch cached statistics</A>
|
||||||
</Callout>
|
</Callout>
|
||||||
|
@ -51,7 +51,7 @@ if (root) {
|
||||||
<CalloutTitle>You are watching cached statistics</CalloutTitle>
|
<CalloutTitle>You are watching cached statistics</CalloutTitle>
|
||||||
<CalloutContent>
|
<CalloutContent>
|
||||||
Currently there is no backup database loaded. You can only watch statistics that have been
|
Currently there is no backup database loaded. You can only watch statistics that have been
|
||||||
cached, meaning only chats you only watched or were preloaded.
|
cached, meaning only chats you already opened or chats that were preloaded.
|
||||||
<br />
|
<br />
|
||||||
<A href="/">Load a backup</A>
|
<A href="/">Load a backup</A>
|
||||||
</CalloutContent>
|
</CalloutContent>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue