mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
fix typo (#10227)
newer version -> new version Signed-off-by: 21pages <sunboeasy@gmail.com>
This commit is contained in:
parent
ec466d459f
commit
b39e851262
45 changed files with 45 additions and 45 deletions
|
@ -430,7 +430,7 @@ class _DesktopHomePageState extends State<DesktopHomePage>
|
|||
bind.mainUriPrefixSync().contains('rustdesk')) {
|
||||
return buildInstallCard(
|
||||
"Status",
|
||||
"${translate("newer-version-of-{${bind.mainGetAppNameSync()}}-tip")} (${bind.mainGetNewVersion()}).",
|
||||
"${translate("new-version-of-{${bind.mainGetAppNameSync()}}-tip")} (${bind.mainGetNewVersion()}).",
|
||||
"Click to download", () async {
|
||||
final Uri url = Uri.parse('https://rustdesk.com/download');
|
||||
await launchUrl(url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue