diff --git a/common/script/public/userServices.js b/common/script/public/userServices.js index 92930dd3ce..0c9bcfcaa0 100644 --- a/common/script/public/userServices.js +++ b/common/script/public/userServices.js @@ -30,8 +30,8 @@ angular.module('habitrpg') var user = {}; // this is stored as a reference accessible to all controllers, that way updates propagate var userNotifications = { - "party.order" : "Party order updated.", - "party.orderAscending" : "Party order updated." + "party.order" : env.t("updatedParty"), + "party.orderAscending" : env.t("updatedParty") }; // this is a list of notifications to send to the user when changes are made, along with the message. //first we populate user with schema