diff --git a/client/coral-sign-in/translations.json b/client/coral-sign-in/translations.json index 824888cca..7ae84b2ff 100644 --- a/client/coral-sign-in/translations.json +++ b/client/coral-sign-in/translations.json @@ -25,14 +25,14 @@ "emailInUse": "Email address already in use", "emailORusernameInUse": "Email address or Username already in use", "requiredField": "This field is required", - "passwordsDontMatch": "Passwords don\"t match.", + "passwordsDontMatch": "Passwords don't match.", "specialCharacters": "Usernames can contain letters, numbers and _ only", "checkTheForm": "Invalid Form. Please, check the fields" }, "createdisplay": { "writeyourusername": "Edit your username", "yourusername": "Your username appears on every comment you post.", - "ifyoudontchangeyourname": "If you don\"t change your username at this step, your Facebook display name will appear alongside of all your comments.", + "ifyoudontchangeyourname": "If you don't change your username at this step, your Facebook display name will appear alongside of all your comments.", "username": "Username", "continue": "Continue with the same Facebook username", "save": "Save", diff --git a/package.json b/package.json index d974a78d4..41d8732de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "talk", - "version": "1.4.0", - "description": "A commenting platform from The Coral Project. https://coralproject.net", + "version": "1.5.0", + "description": "A better commenting experience from Mozilla, The New York Times, and the Washington Post. https://coralproject.net", "main": "app.js", "scripts": { "postinstall": "./bin/cli plugins reconcile --skip-remote",