From c34e128945edf654949150705bf7e393fce62308 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Sun, 25 Apr 2021 00:23:36 +0800 Subject: [PATCH] fix --- flutter_hbb/lib/common.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter_hbb/lib/common.dart b/flutter_hbb/lib/common.dart index 6562af1f0..10a042e68 100644 --- a/flutter_hbb/lib/common.dart +++ b/flutter_hbb/lib/common.dart @@ -8,7 +8,7 @@ final bool isZh = Platform.localeName == "zh_CN"; final langs = >{ 'zh': { - 'Remote ID': '远程', + 'Remote ID': '远程ID', 'ID/Relay Server': 'ID/中继服务器', 'About': '关于', 'Mute': '静音',