This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -623,7 +623,7 @@ function textForWidgetEvent(event: MatrixEvent): () => string | null {
623
623
624
624
function textForWidgetLayoutEvent ( event : MatrixEvent ) : ( ) => string | null {
625
625
const senderName = event . sender ?. name || event . getSender ( ) ;
626
- return ( ) => _t ( "%(senderName)s has updated the widget layout" , { senderName } ) ;
626
+ return ( ) => _t ( "%(senderName)s has updated the room layout" , { senderName } ) ;
627
627
}
628
628
629
629
function textForMjolnirEvent ( event : MatrixEvent ) : ( ) => string | null {
Original file line number Diff line number Diff line change 560
560
"%(widgetName)s widget modified by %(senderName)s" : " %(widgetName)s widget modified by %(senderName)s" ,
561
561
"%(widgetName)s widget added by %(senderName)s" : " %(widgetName)s widget added by %(senderName)s" ,
562
562
"%(widgetName)s widget removed by %(senderName)s" : " %(widgetName)s widget removed by %(senderName)s" ,
563
- "%(senderName)s has updated the widget layout" : " %(senderName)s has updated the widget layout" ,
563
+ "%(senderName)s has updated the room layout" : " %(senderName)s has updated the room layout" ,
564
564
"%(senderName)s removed the rule banning users matching %(glob)s" : " %(senderName)s removed the rule banning users matching %(glob)s" ,
565
565
"%(senderName)s removed the rule banning rooms matching %(glob)s" : " %(senderName)s removed the rule banning rooms matching %(glob)s" ,
566
566
"%(senderName)s removed the rule banning servers matching %(glob)s" : " %(senderName)s removed the rule banning servers matching %(glob)s" ,
1866
1866
"Threads" : " Threads" ,
1867
1867
"Room Info" : " Room Info" ,
1868
1868
"You can only pin up to %(count)s widgets|other" : " You can only pin up to %(count)s widgets" ,
1869
+ "Maximise widget" : " Maximise widget" ,
1869
1870
"Unpin a widget to view it in this panel" : " Unpin a widget to view it in this panel" ,
1870
1871
"Set my room layout for everyone" : " Set my room layout for everyone" ,
1871
1872
"Widgets" : " Widgets" ,
You can’t perform that action at this time.
0 commit comments