mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-01-15 04:30:28 +00:00
fix: typo
This commit is contained in:
parent
9704ddc211
commit
0f24b506fa
@ -81,7 +81,7 @@ class PartyRoomMessageList extends ConsumerWidget {
|
|||||||
const SizedBox(width: 12),
|
const SizedBox(width: 12),
|
||||||
const Expanded(
|
const Expanded(
|
||||||
child: Text(
|
child: Text(
|
||||||
'该房间包含第三方社交连接,点击加入自由交流吧~',
|
'该房间包含第三方社交链接,点击加入自由交流吧~',
|
||||||
style: TextStyle(fontSize: 14, color: Color(0xFFDBDEE1), fontWeight: FontWeight.w500),
|
style: TextStyle(fontSize: 14, color: Color(0xFFDBDEE1), fontWeight: FontWeight.w500),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user