Просмотр исходного кода

fix(replays): Update "Slowest Transaction" column tooltip copy (#40395)

Ryan Albrecht 2 лет назад
Родитель
Сommit
6ecd4e80c0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      static/app/views/replays/replayTable.tsx

+ 1 - 1
static/app/views/replays/replayTable.tsx

@@ -119,7 +119,7 @@ function ReplayTable({
           size="xs"
           position="top"
           title={t(
-            'The duration of the slowest transaction operation that was recorded during the replay session.'
+            'Slowest single instance of this transaction captured by this session.'
           )}
         />
       </Header>