mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
fix merge issues
This commit is contained in:
@@ -25,6 +25,4 @@ module.exports = {
|
||||
missingCustomerId: 'Missing "req.query.customerId"',
|
||||
missingPaypalBlock: 'Missing "req.session.paypalBlock"',
|
||||
missingSubKey: 'Missing "req.query.sub"',
|
||||
|
||||
messageIdRequired: '\"messageId\" must be a valid UUID.",',
|
||||
};
|
||||
|
||||
@@ -71,6 +71,6 @@
|
||||
|
||||
"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."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user