From 0246fe76b90b1c689bbc2b390aad08b092c7df9d Mon Sep 17 00:00:00 2001 From: Denis Smirnov Date: Wed, 23 Oct 2013 17:20:53 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B8=20=D0=B2?= =?UTF-8?q?=D0=BD=D0=B5=D1=88=D0=BD=D0=B5=D0=B3=D0=BE=20=D0=B2=D0=B8=D0=B4?= =?UTF-8?q?=D0=B0=20=D1=81=D1=82=D1=80=D0=B0=D0=BD=D0=B8=D1=86=D1=8B=20?= =?UTF-8?q?=D1=83=D1=81=D1=82=D1=80=D0=BE=D0=B9=D1=81=D1=82=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front-end/meteor-device-spy/client/client.js | 2 +- front-end/meteor-device-spy/html/table.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/front-end/meteor-device-spy/client/client.js b/front-end/meteor-device-spy/client/client.js index d7ae321..1791158 100644 --- a/front-end/meteor-device-spy/client/client.js +++ b/front-end/meteor-device-spy/client/client.js @@ -7,7 +7,7 @@ Template.devices_list.device = function () { Template.devices_list.get_name_by_id = function () { var owner = Users.findOne({_id: this.owner_id}); - if (!owner) return "Не задано"; + if (!owner) return "Не известно"; return owner.name + " " + owner.surname; }; // ---------- diff --git a/front-end/meteor-device-spy/html/table.html b/front-end/meteor-device-spy/html/table.html index 2c11437..0ed6229 100644 --- a/front-end/meteor-device-spy/html/table.html +++ b/front-end/meteor-device-spy/html/table.html @@ -20,7 +20,7 @@ {{name}}
- {{os_type}} {{os_version}} {{screen_width}}x{{screen_height}} + {{os_type}} {{os_version}} {{screen_width}}x{{screen_height}} 3G: {{is_have_3g}}