Browse Source

Merge pull request #25 from Miserlou/patch-1

Uppercase 'Slack'
JeongHoon Byun (aka Outsider) 9 years ago
parent
commit
77daaa71d3
2 changed files with 4 additions and 4 deletions
  1. 2 2
      locales/en.json
  2. 2 2
      locales/fr.json

+ 2 - 2
locales/en.json

@@ -1,6 +1,6 @@
 {
-	"HEADER": "Enter your email below to join %s on slack!",
+	"HEADER": "Enter your email below to join %s on Slack!",
 	"ENTER_EMAIL": "Enter Your Email Address",
 	"ENTER_TOKEN": "Enter the invite token you were given",
 	"TITLE": "Join the %s community on Slack!"
-}
+}

+ 2 - 2
locales/fr.json

@@ -1,6 +1,6 @@
 {
-	"HEADER": "Entrez votre adresse mail pour rejoindre le groupe %s sur slack!",
+	"HEADER": "Entrez votre adresse mail pour rejoindre le groupe %s sur Slack!",
 	"ENTER_EMAIL": "Entez votre adresse mail",
 	"ENTER_TOKEN": "Entrez votre token d'invitation",
 	"TITLE": "Rejoignez le groupe %s sur Slack!"
-}
+}