-
Notifications
You must be signed in to change notification settings - Fork 374
fix: update l10n files and fix some typos #6652
Conversation
Composer/packages/client/src/pages/publish/pullFailedDialog.tsx
Outdated
Show resolved
Hide resolved
| callbackHelpers.set( | ||
| selectedTemplateReadMeState, | ||
| formatMessage('### Error encountered when getting template readMe') | ||
| `### ${formatMessage('Error encountered when getting template readme')}` |
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.
should this be README ?
| [SDKKinds.IfCondition]: { | ||
| label: () => formatMessage('Branch: If/Else'), | ||
| label: () => formatMessage('Branch: If/else'), | ||
| subtitle: () => formatMessage('If Condition'), |
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.
should this be If condition ?
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.
Fixed.
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.
I also made the rest of the subtitles consistent with the casing style.
tonyanziano
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.
Just some minor comments, but looks good otherwise!
tonyanziano
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.
![]()
* fix inconsistent URL capitalization * Update skill.test.tsx * Update en-US.json * add suggestions from proofreading pass * Update en-US.json * fix typo * Update ArrayFieldItem.test.tsx * fix capitalization and re-update l10n file * fixes from PR comments * fix failing test and re-update l10n * fix e2e tests * fix e2e tests * fix LuisDeploy e2e test * relabel teaching-bubble refs * fixes from PR comments Co-authored-by: Srinaath Ravichandran <[email protected]> Co-authored-by: Chris Whitten <[email protected]> Co-authored-by: Tony Anziano <[email protected]>
Description
We'd built up another small l10n "bubble" that needed smoothing out, and while looking into it I noticed some small grammar glitches and that we weren't capitalizing URL consistently.
I've also added the suggestions from the proofreading pass here, since it hadn't closed yet and it's easier to just do all of these text changes as one.
Task Item
#minor