Skip to content

Commit

Permalink
Jetpack Cloud: Make all buttons use sentence case (#42301)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgawarecki authored May 18, 2020
1 parent 62ea5ba commit fa6f0c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const RewindFlowError: FunctionComponent< Props > = ( {
rel="noopener noreferrer"
target="_blank"
>
{ translate( 'Contact Support {{externalIcon/}}', {
{ translate( 'Contact support {{externalIcon/}}', {
components: { externalIcon: <Gridicon icon="external" size={ 24 } /> },
} ) }
</Button>
Expand Down

0 comments on commit fa6f0c1

Please sign in to comment.