[Dev] Localization: Fix function name (#2345)
This commit is contained in:
parent
68f28b9405
commit
f3a78c828f
@ -445,7 +445,7 @@ addActionHandler('uploadContactProfilePhoto', async (global, actions, payload):
|
||||
|
||||
if (file && !isSuggest) {
|
||||
actions.showNotification({
|
||||
message: langProvider.getTranslation('UserInfo.SetCustomPhoto.SuccessPhotoText', getUserFirstOrLastName(user)),
|
||||
message: langProvider.translate('UserInfo.SetCustomPhoto.SuccessPhotoText', getUserFirstOrLastName(user)),
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user