From d9b10a4373bc03320672f0beb09048f33e88af30 Mon Sep 17 00:00:00 2001 From: Aaron Morris Date: Mon, 2 Mar 2015 21:13:18 -0500 Subject: [PATCH] making strings translatable not translating the body keys though... --- common/script/public/userServices.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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