Skip to content

Commit 85c5c6d

Browse files
authored
chore(scoped notifications): update text and related tests (#4741)
1 parent 807ef4b commit 85c5c6d

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

ui/components/scoped-notifications/base/example.jsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export default (
8080
<p>
8181
It looks as if duplicates exist for this lead.{' '}
8282
<a href="#" onClick={e => e.preventDefault()}>
83-
View Duplicates.
83+
View Duplicates
8484
</a>
8585
</p>
8686
</ScopedNotificationThemed>
@@ -95,7 +95,7 @@ export let examples = [
9595
<p>
9696
It looks as if duplicates exist for this lead.{' '}
9797
<a href="#" onClick={e => e.preventDefault()}>
98-
View Duplicates.
98+
View Duplicates
9999
</a>
100100
</p>
101101
</ScopedNotificationThemed>
@@ -109,7 +109,7 @@ export let examples = [
109109
<p>
110110
It looks as if duplicates exist for this lead.{' '}
111111
<a href="#" onClick={e => e.preventDefault()}>
112-
View Duplicates.
112+
View Duplicates
113113
</a>
114114
</p>
115115
</ScopedNotificationThemed>
@@ -126,7 +126,7 @@ export let states = [
126126
<p>
127127
It looks as if duplicates exist for this lead.{' '}
128128
<a href="#" onClick={e => e.preventDefault()}>
129-
View Duplicates.
129+
View Duplicates
130130
</a>
131131
</p>
132132
</ScopedNotification>
@@ -140,7 +140,7 @@ export let states = [
140140
<p>
141141
Success! Your entry has been duplicated.{' '}
142142
<a href="#" onClick={e => e.preventDefault()}>
143-
View Duplicates.
143+
View Duplicates
144144
</a>
145145
</p>
146146
</ScopedNotification>
@@ -154,7 +154,7 @@ export let states = [
154154
<p>
155155
It looks as if duplicates exist for this lead.{' '}
156156
<a href="#" onClick={e => e.preventDefault()}>
157-
View Duplicates.
157+
View Duplicates
158158
</a>
159159
</p>
160160
</ScopedNotification>
@@ -168,7 +168,7 @@ export let states = [
168168
<p>
169169
It looks as if duplicates exist for this lead.{' '}
170170
<a href="#" onClick={e => e.preventDefault()}>
171-
View Duplicates.
171+
View Duplicates
172172
</a>
173173
</p>
174174
</ScopedNotification>

ui/components/setup-assistant/SetupAssistantStepDetail.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class SetupAssistantStepDetail extends React.Component {
9595
<p>
9696
It looks as if duplicates exist for this lead.{' '}
9797
<a href="#" onClick={e => e.preventDefault()}>
98-
View Duplicates.
98+
View Duplicates
9999
</a>
100100
</p>
101101
</ScopedNotificationThemed>

ui/components/setup-assistant/__tests__/__snapshots__/index.spec.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ exports[`Setup Assistant renders a step detail 1`] = `
552552
href="#"
553553
onClick={[Function]}
554554
>
555-
View Duplicates.
555+
View Duplicates
556556
</a>
557557
</p>
558558
</div>

0 commit comments

Comments
 (0)