mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:01:22 +00:00
fix(esx_society): spelling misstake
This commit is contained in:
@@ -286,8 +286,8 @@ ESX.RegisterServerCallback('esx_society:setJob', function(source, cb, identifier
|
|||||||
xTarget.showNotification(_U('you_have_been_hired', job))
|
xTarget.showNotification(_U('you_have_been_hired', job))
|
||||||
xPlayer.showNotification(_U("you_have_hired", xTarget.getName()))
|
xPlayer.showNotification(_U("you_have_hired", xTarget.getName()))
|
||||||
elseif type == 'promote' then
|
elseif type == 'promote' then
|
||||||
xTarget.showNotification(_U('you_have_promoted'))
|
xTarget.showNotification(_U('you_have_been_promoted'))
|
||||||
xPlayer.showNotification(_U("you_successfully_promoted", xTarget.getName()))
|
xPlayer.showNotification(_U("you_have_promoted", xTarget.getName()))
|
||||||
elseif type == 'fire' then
|
elseif type == 'fire' then
|
||||||
xTarget.showNotification(_U('you_have_been_fired', xTarget.getJob().label))
|
xTarget.showNotification(_U('you_have_been_fired', xTarget.getJob().label))
|
||||||
xPlayer.showNotification(_U("you_have_fired", xTarget.getName()))
|
xPlayer.showNotification(_U("you_have_fired", xTarget.getName()))
|
||||||
|
|||||||
Reference in New Issue
Block a user