mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	added guest language string
This commit is contained in:
		| @@ -232,7 +232,7 @@ var db = require('./database'), | ||||
| 			} | ||||
|  | ||||
| 			post.user = { | ||||
| 				username: userData.username || 'Guest', | ||||
| 				username: userData.username || '[[global:guest]]', | ||||
| 				userslug: userData.userslug || '', | ||||
| 				reputation: userData.reputation || 0, | ||||
| 				postcount: userData.postcount || 0, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user