-
Bug
-
Resolution: Not a bug
-
Minor
-
None
-
3.0.0
-
MOODLE_30_STABLE
The chat.js from mod_chat\controllers has a hardcoded "To " that can't be translated in the AMOS platform
chat.js row 73~77
// Add To "user": |
$scope.talkTo = function(user) { |
$scope.newMessage.text = "To " + user + ": "; |
$scope.modal.hide();
|
};
|