-
Notifications
You must be signed in to change notification settings - Fork 80
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
6842 view px results #7388
6842 view px results #7388
Conversation
@@ -372,6 +373,8 @@ https://yourdomain,https://yourdomain | |||
hubs,محاور | |||
Hybrid,هجين | |||
Icon,أيقونة | |||
ID,ID | |||
ID:,ID: |
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.
We probably only want ID once, remove the semi-colon wherever is been translated and add it outside the Translate tag.
const templates = await templatesAPI.get(headers); | ||
const [extractors, templates] = await Promise.all([ | ||
extractorsAPI.get(), | ||
templatesAPI.get(headers), |
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.
You can get the templates from the templates atom, no need for this request.
<Translate>Templates meeting</Translate>{' '} | ||
<Link to={linkPXTemplateCriteria} target="_blank"> | ||
<span className="underline"> | ||
<Translate>required criteria</Translate> |
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.
You can add classname to Translate like : <Translate className="underline">required criteria</Translate>
Also dividing a string in two might be problematic when translating
…6842-view-px-results
fixes #6842
PR checklist:
QA checklist: