Update English UI

This commit is contained in:
nearbyplayer
2017-09-03 15:27:03 -04:00
parent 3b9973fa9a
commit f1b94124d1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -237,7 +237,7 @@
$('.message .ok-btn').click(function() {
$.post('http://esx_phone/send', JSON.stringify({
message: $(this).attr('data-contact-job') + ": Received !",
message: $(this).attr('data-contact-job') + ": Received!",
number : $(this).attr('data-contact-number'),
anonyme: false
}))