Browse Source

ref(ui): Crons 'next steps' -> 'next' (#46411)

Evan Purkhiser 1 year ago
parent
commit
172b1131ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/views/monitors/create.tsx

+ 1 - 1
static/app/views/monitors/create.tsx

@@ -52,7 +52,7 @@ function CreateMonitor({}: Props) {
             apiMethod="POST"
             apiEndpoint={`/organizations/${orgSlug}/monitors/`}
             onSubmitSuccess={onSubmitSuccess}
-            submitLabel={t('Next Steps')}
+            submitLabel={t('Next')}
           />
         </Layout.Main>
       </Layout.Body>