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

Commit 6b16ad2

Browse files
authored
Merge pull request #202 from Idrinth/idrinth
Idrinth
2 parents 3535724 + 567d948 commit 6b16ad2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: src/mods/chat.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ idrinth.chat = {
590590
},
591591
{
592592
type: 'p',
593-
content: idrinth.text.get ( "chat.message.optional" )
593+
content: idrinth.text.get ( "chat.texts.optional" )
594594
}, {
595595
id: 'idrinth-chat-login',
596596
children: [
@@ -600,15 +600,15 @@ idrinth.chat = {
600600
},
601601
{
602602
type: 'p',
603-
content: idrinth.text.get ( "chat.message.invalid" )
603+
content: idrinth.text.get ( "chat.texts.invalid" )
604604
},
605605
{
606606
type: 'ul',
607607
css: 'settings',
608608
children: [
609609
makeInput ( 'Username' ),
610610
makeInput ( 'Password' ),
611-
makeButton ( 'chat.message.offline', "idrinth.chat.login()" )
611+
makeButton ( 'chat.texts.offline', "idrinth.chat.login()" )
612612
]
613613
}
614614
]
@@ -651,7 +651,7 @@ idrinth.chat = {
651651
children: [
652652
{
653653
type: '#text',
654-
content: idrinth.text.get ( "chat.text.settings" )
654+
content: idrinth.text.get ( "chat.texts.settings" )
655655
},
656656
{
657657
type: 'a',
@@ -677,7 +677,7 @@ idrinth.chat = {
677677
children: [
678678
{
679679
type: '#text',
680-
content: idrinth.text.get ( "chat.creditEmoticon" )
680+
content: idrinth.text.get ( "chat.texts.creditEmoticon" )
681681
},
682682
{
683683
type: 'a',

0 commit comments

Comments
 (0)