ui: adjust string
This commit is contained in:
parent
c71db6c441
commit
6f3058f9f9
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ function FetchTabs({ resource, isSpot, isXHR }: Props) {
|
|||
<div className="flex flex-col items-center justify-center">
|
||||
<AnimatedSVG name={ICONS.NO_RESULTS} size={30} />
|
||||
<div className="mt-6 text-base font-normal">
|
||||
{t('No timings recorded.')}
|
||||
{t('Request was instant (cached) or no timings were recorded.')}
|
||||
<br />
|
||||
<a
|
||||
href="https://docs.openreplay.com/en/sdk/network-options"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue