We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c9657 commit 876ae2eCopy full SHA for 876ae2e
client/my-sites/importer/error-pane.jsx
@@ -73,7 +73,7 @@ class ImporterError extends PureComponent {
73
);
74
75
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}}?',
+ '%(errorDescription)s{{br/}}Make sure you are using a valid export file in XML or ZIP format.',
77
{
78
args: {
79
errorDescription: description.length ? description : defaultError,
0 commit comments