mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 18:46:01 +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