fix merge issues

This commit is contained in:
negue
2018-09-30 15:37:14 +02:00
parent 92d68e5c6e
commit 60a6f6f2f6
2 changed files with 1 additions and 3 deletions

View File

@@ -25,6 +25,4 @@ module.exports = {
missingCustomerId: 'Missing "req.query.customerId"', missingCustomerId: 'Missing "req.query.customerId"',
missingPaypalBlock: 'Missing "req.session.paypalBlock"', missingPaypalBlock: 'Missing "req.session.paypalBlock"',
missingSubKey: 'Missing "req.query.sub"', missingSubKey: 'Missing "req.query.sub"',
messageIdRequired: '\"messageId\" must be a valid UUID.",',
}; };

View File

@@ -71,6 +71,6 @@
"beginningOfConversation": "This is the beginning of your conversation with <%= userName %>. Remember to be kind, respectful, and follow the Community Guidelines!", "beginningOfConversation": "This is the beginning of your conversation with <%= userName %>. Remember to be kind, respectful, and follow the Community Guidelines!",
"messageDeletedUser": "Sorry, this user has deleted their account." "messageDeletedUser": "Sorry, this user has deleted their account.",
"reportedMessage": "You have reported this message to moderators." "reportedMessage": "You have reported this message to moderators."
} }