Bind string to locale
This commit is contained in:
parent
f6b80c021a
commit
40cae057a5
|
@ -404,7 +404,7 @@ function onPersonaDescriptionInput() {
|
|||
}
|
||||
|
||||
$(`.avatar-container[imgfile="${user_avatar}"] .ch_description`)
|
||||
.text(power_user.persona_description || '[No description]')
|
||||
.text(power_user.persona_description || $('#user_avatar_block').attr('no_desc_text'))
|
||||
.toggleClass('text_muted', !power_user.persona_description);
|
||||
saveSettingsDebounced();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue