This repository was archived by the owner on Mar 29, 2021. It is now read-only.
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -590,7 +590,7 @@ idrinth.chat = {
590
590
} ,
591
591
{
592
592
type : 'p' ,
593
- content : idrinth . text . get ( "chat.message .optional" )
593
+ content : idrinth . text . get ( "chat.texts .optional" )
594
594
} , {
595
595
id : 'idrinth-chat-login' ,
596
596
children : [
@@ -600,15 +600,15 @@ idrinth.chat = {
600
600
} ,
601
601
{
602
602
type : 'p' ,
603
- content : idrinth . text . get ( "chat.message .invalid" )
603
+ content : idrinth . text . get ( "chat.texts .invalid" )
604
604
} ,
605
605
{
606
606
type : 'ul' ,
607
607
css : 'settings' ,
608
608
children : [
609
609
makeInput ( 'Username' ) ,
610
610
makeInput ( 'Password' ) ,
611
- makeButton ( 'chat.message .offline' , "idrinth.chat.login()" )
611
+ makeButton ( 'chat.texts .offline' , "idrinth.chat.login()" )
612
612
]
613
613
}
614
614
]
@@ -651,7 +651,7 @@ idrinth.chat = {
651
651
children : [
652
652
{
653
653
type : '#text' ,
654
- content : idrinth . text . get ( "chat.text .settings" )
654
+ content : idrinth . text . get ( "chat.texts .settings" )
655
655
} ,
656
656
{
657
657
type : 'a' ,
@@ -677,7 +677,7 @@ idrinth.chat = {
677
677
children : [
678
678
{
679
679
type : '#text' ,
680
- content : idrinth . text . get ( "chat.creditEmoticon" )
680
+ content : idrinth . text . get ( "chat.texts. creditEmoticon" )
681
681
} ,
682
682
{
683
683
type : 'a' ,
You can’t perform that action at this time.
0 commit comments