Skip to content

Commit

Permalink
Renamed 'Partially Translated' header to 'In Progress'
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Feb 23, 2019
1 parent dfa0fc5 commit 7c80589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const Languages = ({location}: Props) => (

<LanguagesGrid languages={complete} />

<h2>Partially Translated</h2>
<h2>In Progress</h2>
<LanguagesGrid languages={partial} />

<h2>Needs Contributors</h2>
Expand Down

0 comments on commit 7c80589

Please sign in to comment.