mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	feat: #11714, add page title
This commit is contained in:
		| @@ -212,6 +212,7 @@ usersController.registrationQueue = async function (req, res) { | |||||||
| 	const pageCount = Math.max(1, Math.ceil(data.registrationQueueCount / itemsPerPage)); | 	const pageCount = Math.max(1, Math.ceil(data.registrationQueueCount / itemsPerPage)); | ||||||
| 	data.pagination = pagination.create(page, pageCount); | 	data.pagination = pagination.create(page, pageCount); | ||||||
| 	data.customHeaders = data.customHeaders.headers; | 	data.customHeaders = data.customHeaders.headers; | ||||||
|  | 	data.title = '[[pages:registration-queue]]'; | ||||||
| 	res.render('admin/manage/registration', data); | 	res.render('admin/manage/registration', data); | ||||||
| }; | }; | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user