export const en = { | |
Success: 'Operation is completed Success', | |
Error: 'Something Went Wrong', | |
adminVerificationFaild: 'Admin key verification failed', | |
friendAdded: 'Friend added Successfully.', | |
reqRejected: 'Friend request declined.', | |
friendReqSent: 'Friend request sent Successfully.', | |
userAlreadyExist: 'User already exist.', | |
}; | |