Browse Source

fix(copy): deploy notification copy (#37146)

Robin Rendle 2 years ago
parent
commit
c5f4956a79
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/views/settings/account/notifications/fields2.tsx

+ 1 - 1
static/app/views/settings/account/notifications/fields2.tsx

@@ -48,7 +48,7 @@ export const NOTIFICATION_SETTING_FIELDS: Record<string, Field> = {
     label: t('Deploys'),
     choices: [
       ['always', t('On')],
-      ['committed_only', t('Only Committed Issues')],
+      ['committed_only', t('Releases with My Commits')],
       ['never', t('Off')],
     ],
     help: t('Release, environment, and commit overviews.'),