Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
Merge pull request #202 from Idrinth/idrinth
Browse files Browse the repository at this point in the history
Idrinth
  • Loading branch information
Idrinth authored Oct 11, 2016
2 parents 3535724 + 567d948 commit 6b16ad2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/mods/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand All @@ -600,15 +600,15 @@ idrinth.chat = {
},
{
type: 'p',
content: idrinth.text.get ( "chat.message.invalid" )
content: idrinth.text.get ( "chat.texts.invalid" )
},
{
type: 'ul',
css: 'settings',
children: [
makeInput ( 'Username' ),
makeInput ( 'Password' ),
makeButton ( 'chat.message.offline', "idrinth.chat.login()" )
makeButton ( 'chat.texts.offline', "idrinth.chat.login()" )
]
}
]
Expand Down Expand Up @@ -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',
Expand All @@ -677,7 +677,7 @@ idrinth.chat = {
children: [
{
type: '#text',
content: idrinth.text.get ( "chat.creditEmoticon" )
content: idrinth.text.get ( "chat.texts.creditEmoticon" )
},
{
type: 'a',
Expand Down

0 comments on commit 6b16ad2

Please sign in to comment.