Browse Source

update copy for tooltips (#25975)

Dora 3 years ago
parent
commit
bc66746e10
1 changed files with 2 additions and 2 deletions
  1. 2 2
      static/app/views/releases/utils/sessionTerm.tsx

+ 2 - 2
static/app/views/releases/utils/sessionTerm.tsx

@@ -60,8 +60,8 @@ export const mobileTermsDescription = {
   [SessionTerm.ABNORMAL]: t(
     'An unknown session exit. Like due to loss of power or killed by the operating system'
   ),
-  [SessionTerm.HEALTHY]: t('A session without any errors'),
-  [SessionTerm.ERRORED]: t('A crash which experienced errors'),
+  [SessionTerm.HEALTHY]: t('A session without errors'),
+  [SessionTerm.ERRORED]: t('A session with errors'),
   [SessionTerm.UNHANDLED]: t('Not handled by user code'),
 };