-
Notifications
You must be signed in to change notification settings - Fork 297
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
Bug/10040 input copy #10183
base: develop
Are you sure you want to change the base?
Bug/10040 input copy #10183
Conversation
Build files for 4a26f0b are ready:
|
Size Change: -183 B (-0.01%) Total Size: 2 MB
ℹ️ View Unchanged
|
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 @zutigrm – just a few points to address, otherwise this is almost good to go.
@@ -54,6 +54,10 @@ | |||
display: flex; | |||
flex-direction: column; | |||
|
|||
@media (min-width: $bp-wpdb3) { |
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.
This variable is for a breakpoint which is defined as specific to the WP dashboard, so we shouldn't be using it on other screens.
'google-site-kit' | ||
), | ||
description: __( | ||
'Based on your answers, Site Kit will tailor the metrics and recommendations you see on your dashboard to help you make progress in these areas', | ||
'Based on your answer, Site Kit will suggest the metrics you see on your dashboard to help you track how close you’re getting to your specific goals', |
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.
Are we sure these are all supposed to have the same description? I see it is this way in the design but it's worth double checking to make sure that is correct. If so, we can extract it to a variable that's translated once to make that a bit more explicit as well.
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. Sure, will double check with Sigal. So far all the changes in Figma for ACR were intended and considered latest, or source of truth. Will let you know once Sigal gets back to me on this
Summary
Addresses issue:
Relevant technical choices
PR Author Checklist
Do not alter or remove anything below. The following sections will be managed by moderators only.
Code Reviewer Checklist
Merge Reviewer Checklist