From 62c0a290a787f0895dc790fe449c1fa653062007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20B=C3=BCttner?= Date: Tue, 11 Oct 2016 15:35:14 +0200 Subject: [PATCH 1/2] correcting some labels fixes #201 --- src/mods/chat.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mods/chat.js b/src/mods/chat.js index a20cf84..1bb2544 100644 --- a/src/mods/chat.js +++ b/src/mods/chat.js @@ -590,7 +590,7 @@ idrinth.chat = { }, { type: 'p', - content: idrinth.text.get ( "chat.message.optional" ) + content: idrinth.text.get ( "chat.texts.optional" ) }, { id: 'idrinth-chat-login', children: [ @@ -600,7 +600,7 @@ idrinth.chat = { }, { type: 'p', - content: idrinth.text.get ( "chat.message.invalid" ) + content: idrinth.text.get ( "chat.texts.invalid" ) }, { type: 'ul', @@ -608,7 +608,7 @@ idrinth.chat = { children: [ makeInput ( 'Username' ), makeInput ( 'Password' ), - makeButton ( 'chat.message.offline', "idrinth.chat.login()" ) + makeButton ( 'chat.texts.offline', "idrinth.chat.login()" ) ] } ] @@ -677,7 +677,7 @@ idrinth.chat = { children: [ { type: '#text', - content: idrinth.text.get ( "chat.creditEmoticon" ) + content: idrinth.text.get ( "chat.texts.creditEmoticon" ) }, { type: 'a', From 567d948e757b8119d79d4f708662cdf0ecb59839 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20B=C3=BCttner?= Date: Tue, 11 Oct 2016 15:40:08 +0200 Subject: [PATCH 2/2] correcting typo --- src/mods/chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mods/chat.js b/src/mods/chat.js index 1bb2544..b70228d 100644 --- a/src/mods/chat.js +++ b/src/mods/chat.js @@ -651,7 +651,7 @@ idrinth.chat = { children: [ { type: '#text', - content: idrinth.text.get ( "chat.text.settings" ) + content: idrinth.text.get ( "chat.texts.settings" ) }, { type: 'a',