mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	fix: #8931, fix lang string
This commit is contained in:
		| @@ -48,7 +48,7 @@ define('forum/account/edit', [ | ||||
| 		$(window).trigger('action:profile.update', userData); | ||||
|  | ||||
| 		api.put('/users/' + userData.uid, userData).then((res) => { | ||||
| 			app.alertSuccess('[[user:profile-update-success]]'); | ||||
| 			app.alertSuccess('[[user:profile_update_success]]'); | ||||
|  | ||||
| 			if (res.picture) { | ||||
| 				$('#user-current-picture').attr('src', res.picture); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user