ui: adjust string

This commit is contained in:
nick-delirium 2025-04-14 17:52:11 +02:00
parent 5340ee67db
commit 56016ac2ef
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

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"