Skip to content

Commit 91d3330

Browse files
ref(getting-started): Update copies, replacing 'Sentry dashboard' with 'Sentry Issues' (#86672)
1 parent 3759b29 commit 91d3330

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

static/app/gettingStartedDocs/javascript/nextjs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ const onboarding: OnboardingConfig = {
157157
<Fragment>
158158
<p>
159159
{t(
160-
'If you see an issue in your Sentry dashboard, you have successfully set up Sentry with Next.js.'
160+
'If you see an issue in your Sentry Issues, you have successfully set up Sentry with Next.js.'
161161
)}
162162
</p>
163163
</Fragment>

static/app/gettingStartedDocs/javascript/nuxt.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const onboarding: OnboardingConfig = {
144144
},
145145
],
146146
additionalInfo: t(
147-
'If you see an issue in your Sentry dashboard, you have successfully set up Sentry.'
147+
'If you see an issue in your Sentry Issues, you have successfully set up Sentry.'
148148
),
149149
},
150150
],

static/app/gettingStartedDocs/javascript/remix.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ const onboarding: OnboardingConfig = {
163163
},
164164
],
165165
additionalInfo: t(
166-
'If you see an issue in your Sentry dashboard, you have successfully set up Sentry.'
166+
'If you see an issue in your Sentry Issues, you have successfully set up Sentry.'
167167
),
168168
},
169169
],

static/app/gettingStartedDocs/javascript/sveltekit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const onboarding: OnboardingConfig = {
150150
},
151151
],
152152
additionalInfo: t(
153-
'If you see an issue in your Sentry dashboard, you have successfully set up Sentry.'
153+
'If you see an issue in your Sentry Issues, you have successfully set up Sentry.'
154154
),
155155
},
156156
],

0 commit comments

Comments
 (0)