From 6c526e88b08d60ef492478484976a224a016defa Mon Sep 17 00:00:00 2001 From: Simon Bartlett Date: Thu, 4 Jun 2015 12:37:51 -0400 Subject: [PATCH] Minor stuff --- locales/is.json | 7 +++++-- package.json | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/locales/is.json b/locales/is.json index 0500c33f4..0bc2e5bf3 100644 --- a/locales/is.json +++ b/locales/is.json @@ -71,5 +71,8 @@ "Revoke token": "Afvirkja auðkenni", "Your generated token is below. It will not be shown again.": "Nýtt auðkenni birtist að neðan, auðkennið verður ekki birt aftur.", "Add Room": "Nýtt herbergi", - "Slug": "Stutt lýsing" -} + "Slug": "Stutt lýsing", + "XMPP/Jabber": "XMPP/Jabber", + "Private?": "Private?", + "Empty for public room": "Empty for public room" +} \ No newline at end of file diff --git a/package.json b/package.json index a65ae71d7..a20681835 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lets-chat", "version": "0.3.13", "description": "A chat app for small teams.", - "private": false, + "license" : "MIT", "main": "app.js", "scripts": { "start": "node app.js",