XMPP invitation landing page, without javascript
fix missing apostrophe, thx magicfelix
| -rw-r--r-- | config.js.dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.js.dist b/config.js.dist index b959c0f..dbdf25f 100644 --- a/config.js.dist +++ b/config.js.dist @@ -1,2 +1,2 @@ -var supportedLocales = ['de', 'en', 'fr', 'pl', ro'] +var supportedLocales = ['de', 'en', 'fr', 'pl', 'ro'] var defaultLocale = 'en' |