ui: adjust string

This commit is contained in:
nick-delirium 2025-04-14 17:52:11 +02:00 committed by Delirium
parent c71db6c441
commit 6f3058f9f9

View file

@ -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"