Skip to content

Commit 876ae2e

Browse files
authored
Remove extra help link from the importer error notice (#103436)
1 parent 62c9657 commit 876ae2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/my-sites/importer/error-pane.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class ImporterError extends PureComponent {
7373
);
7474

7575
const generalMessage = this.props.translate(
76-
'%(errorDescription)s{{br/}}Make sure you are using a valid export file in XML or ZIP format. {{cs}}Still need help{{/cs}}?',
76+
'%(errorDescription)s{{br/}}Make sure you are using a valid export file in XML or ZIP format.',
7777
{
7878
args: {
7979
errorDescription: description.length ? description : defaultError,

0 commit comments

Comments
 (0)