Skip to content

Commit

Permalink
Remove the new prefix for the macOS app prompt (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt authored Apr 18, 2022
1 parent 724a11f commit d55f92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/download_app_tip/models/download_app_tip.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class MacOsTip extends DownloadAppTip {
String get actionText => "Download für Mac";

@override
String get title => "Neu: Download für Mac";
String get title => "Download für Mac";
}

class IOsTip extends DownloadAppTip {
Expand Down

0 comments on commit d55f92d

Please sign in to comment.