opt: better short alias for the identical tip

This commit is contained in:
Kingtous
2023-03-15 17:26:33 +08:00
parent 7a05910807
commit 8044b0926b
36 changed files with 36 additions and 35 deletions

View File

@@ -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))
],
),