diff --git a/scripts/server/job.js b/scripts/server/job.js index 28984962..01c275ec 100644 --- a/scripts/server/job.js +++ b/scripts/server/job.js @@ -2367,7 +2367,7 @@ function jobStartRouteCommand(command, params, client) { function jobStopRouteCommand(command, params, client) { if (!canPlayerUseJobs(client)) { - messagePlayerError(client, "You are not allowed to use jobs."); + messagePlayerError(client, getLocaleString(client, "NotAllowedToUseJobs")); return false; }