mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
fix lang
This commit is contained in:
@@ -108,8 +108,8 @@ class _HomePageState extends State<HomePage> {
|
||||
children: [
|
||||
Tooltip(
|
||||
message: currentKey.isOut
|
||||
? translate('outgoing connection')
|
||||
: translate('incomming connection'),
|
||||
? translate('Outgoing connection')
|
||||
: translate('Incoming connection'),
|
||||
child: Icon(
|
||||
currentKey.isOut
|
||||
? Icons.call_made_rounded
|
||||
|
||||
Reference in New Issue
Block a user