From 147fac12f1d1b89e2ff9c4e438d87336ea2a0223 Mon Sep 17 00:00:00 2001 From: arteck <6681528+arteck@users.noreply.github.com> Date: Wed, 17 Jan 2018 13:41:10 +0100 Subject: [PATCH] =?UTF-8?q?text=C3=A4nderung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/words.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/words.js b/admin/words.js index 59df898..9d300b9 100644 --- a/admin/words.js +++ b/admin/words.js @@ -10,6 +10,6 @@ systemDictionary = { "ru": "" }, "name": {"en": "Name", "de": "Name", "ru": "Имя"}, - "mac": {"en": "MAC Address format xx:xx:xx", "de": "MAC Adresse format xx:xx:xx", "ru": "MAC Адрес xx:xx:xx"}, + "mac": {"en": "MAC Address format first xx:xx:xx", "de": "MAC Adresse die ersten xx:xx:xx", "ru": "MAC Адрес xx:xx:xx"}, -}; \ No newline at end of file +};