-
Notifications
You must be signed in to change notification settings - Fork 53
Unify Import labels and mention another supported formats #784
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ivan-ottinger
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The proposed copy is much more clear now. 👌🏼
I just proposed two slight adjustments we could consider (please see the inline comments).
src/components/site-form.tsx
Outdated
| { createInterpolateElement( | ||
| __( 'Jetpack and WordPress backups supported. <button>Learn more</button>' ), | ||
| __( | ||
| 'Import a Jetpack backup or another full-site backup format. <button>Learn more</button>' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 'Import a Jetpack backup or another full-site backup format. <button>Learn more</button>' | |
| 'Import a Jetpack backup or a full-site backup in another format. <button>Learn more</button>' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 'Import a Jetpack backup or another full-site backup format. <button>Learn more</button>' | |
| 'Import a Jetpack backup or a full-site backup from another tool or service. <button>Learn more</button>' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your proposals. I updated the text and it looks easier to read now. I chose the shorter version as that way, it still fits into one line in most window sizes.
| { createInterpolateElement( | ||
| __( 'Import a Jetpack backup or a .sql database file. <button>Learn more</button>' ), | ||
| __( | ||
| 'Import a Jetpack backup, another full-site backup, or a .sql database file. <button>Learn more</button>' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 'Import a Jetpack backup, another full-site backup, or a .sql database file. <button>Learn more</button>' | |
| 'Import a Jetpack backup, a full-site backup in another format, or a .sql database file. <button>Learn more</button>' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alternatively, we can also do something like:
| 'Import a Jetpack backup, another full-site backup, or a .sql database file. <button>Learn more</button>' | |
| 'Import a Jetpack backup, a full-site backup from another tool or service, or a .sql database file.. <button>Learn more</button>' |
katinthehatsite
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Related issues
Proposed Changes
The import field label currently reads
Jetpack and WordPress backups supportedand seems confusing.I propose to unify the wording used in labels in the 'Add site' form and 'Import / Export' tabs and mention that other formats than Jetback backup are supported.
Testing Instructions
Pre-merge Checklist