Commit d41a230e authored by Zoë Bentley's avatar Zoë Bentley

Added newline at end of file and changed languages count to be rounded down to 60

parent 7eb8406b
...@@ -64,7 +64,7 @@ const About = () => ( ...@@ -64,7 +64,7 @@ const About = () => (
<p><FormattedMessage <p><FormattedMessage
id="about.aroundTheWorldDescription" id="about.aroundTheWorldDescription"
values={{ values={{
languageCount: 64, languageCount: 60,
translationLink: ( translationLink: (
<a <a
href="https://github.com/LLK/scratch-l10n/wiki/Guide-for-Scratch-Translators" href="https://github.com/LLK/scratch-l10n/wiki/Guide-for-Scratch-Translators"
......
...@@ -92,4 +92,4 @@ ...@@ -92,4 +92,4 @@
span { span {
vertical-align: middle; vertical-align: middle;
} }
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment