From 53280da8cd377d9323b84c3c77d4406bddb493f6 Mon Sep 17 00:00:00 2001 From: baurine <2008.hbl@gmail.com> Date: Mon, 26 Aug 2024 11:54:22 +0800 Subject: [PATCH] chore: fix typo --- .../tidb-dashboard-lib/src/apps/SlowQuery/translations/en.yaml | 2 +- .../tidb-dashboard-lib/src/apps/Statement/translations/en.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/packages/tidb-dashboard-lib/src/apps/SlowQuery/translations/en.yaml b/ui/packages/tidb-dashboard-lib/src/apps/SlowQuery/translations/en.yaml index d8140a390..9c6d56d8f 100644 --- a/ui/packages/tidb-dashboard-lib/src/apps/SlowQuery/translations/en.yaml +++ b/ui/packages/tidb-dashboard-lib/src/apps/SlowQuery/translations/en.yaml @@ -123,7 +123,7 @@ slow_query: resource_group: Resource Group resource_group_tooltip: The resource group that the query belongs to time_queued_by_rc: The total time queued by RC - time_queued_by_rc_tooltip: 'The total wait time spent in the resource queue (note: {{distro.tikv}} executes requests in parallel so that t this is not a wall time)' + time_queued_by_rc_tooltip: 'The total wait time spent in the resource queue (note: {{distro.tikv}} executes requests in parallel so that this is not a wall time)' common: status: diff --git a/ui/packages/tidb-dashboard-lib/src/apps/Statement/translations/en.yaml b/ui/packages/tidb-dashboard-lib/src/apps/Statement/translations/en.yaml index ab2a17fac..ce3ad5114 100755 --- a/ui/packages/tidb-dashboard-lib/src/apps/Statement/translations/en.yaml +++ b/ui/packages/tidb-dashboard-lib/src/apps/Statement/translations/en.yaml @@ -201,4 +201,4 @@ statement: avg_time_queued_by_rc_tooltip: The average time that the query waits in the resource control's queue (not a wall time) max_time_queued_by_rc: Max RC Wait Time in Queue max_time_queued_by_rc_tooltip: The maximum time that the query waits in the resource control's queue (not a wall time) - rc_wait_time_tooltip: 'The total wait time spent in the resource queue (note: {{distro.tikv}} executes requests in parallel so that t this is not a wall time)' + rc_wait_time_tooltip: 'The total wait time spent in the resource queue (note: {{distro.tikv}} executes requests in parallel so that this is not a wall time)'