fix: use sentence case for tooltip labels

This commit is contained in:
Jannis Fedoruk-Betschki
2025-10-30 07:25:48 +01:00
parent 87c549960e
commit 42eaa75437
+6 -6
View File
@@ -20,12 +20,12 @@
"delete": "Delete",
"configure": "Configure",
"responseTime": "Response time",
"responseTimeBreakdown": "Response Time Breakdown",
"dnsLookup": "DNS Lookup",
"tcpConnection": "TCP Connection",
"tlsHandshake": "TLS Handshake",
"waitTime": "Wait Time",
"timeToFirstByte": "Time to First Byte",
"responseTimeBreakdown": "Response time breakdown",
"dnsLookup": "DNS lookup",
"tcpConnection": "TCP connection",
"tlsHandshake": "TLS handshake",
"waitTime": "Wait time",
"timeToFirstByte": "Time to first byte",
"download": "Download",
"ms": "ms",
"bar": "Bar",