Browse Source

chore(alerts): Update button text on alert stream (#16763)

All Alerts -> All
adhiraj 5 years ago
parent
commit
6699010439
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/sentry/static/sentry/app/views/alerts/list/index.tsx

+ 1 - 1
src/sentry/static/sentry/app/views/alerts/list/index.tsx

@@ -183,7 +183,7 @@ class IncidentsListContainer extends React.Component<Props> {
                   size="small"
                   className={'btn' + (status === '' ? ' active' : '')}
                 >
-                  {t('All Alerts')}
+                  {t('All')}
                 </Button>
                 <Button
                   to={{pathname, query: openIncidentsQuery}}