mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	fix: lang key
This commit is contained in:
		| @@ -121,7 +121,7 @@ async function getStats() { | |||||||
| 		getStatsForSet('topics:tid', 'topicCount'), | 		getStatsForSet('topics:tid', 'topicCount'), | ||||||
| 	]); | 	]); | ||||||
| 	results[0].name = '[[admin/general/dashboard:unique-visitors]]'; | 	results[0].name = '[[admin/general/dashboard:unique-visitors]]'; | ||||||
| 	results[1].name = '[[admin/general/dashboard:users]]'; | 	results[1].name = '[[admin/general/dashboard:new-users]]'; | ||||||
| 	results[2].name = '[[admin/general/dashboard:posts]]'; | 	results[2].name = '[[admin/general/dashboard:posts]]'; | ||||||
| 	results[3].name = '[[admin/general/dashboard:topics]]'; | 	results[3].name = '[[admin/general/dashboard:topics]]'; | ||||||
| 	cache.set('admin:stats', results, 600000); | 	cache.set('admin:stats', results, 600000); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user