mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 19:17:58 +00:00
opt: better short alias for the identical tip
This commit is contained in:
@@ -179,7 +179,7 @@ class FileModel {
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
children: [
|
||||
const SizedBox(height: 12),
|
||||
Text(translate("This file is identical with the peer's one"),
|
||||
Text(translate("identical_file_tip"),
|
||||
style: const TextStyle(fontWeight: FontWeight.w500))
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user