Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit bd6beb4

Browse files
authored
[Linux] Update doctor wording for Linux (#99700)
Removes the beta-quality wording for Linux from messages in the tool. Issue: flutter/flutter#99697
1 parent b6bf325 commit bd6beb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/flutter_tools/lib/src/features.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const Feature flutterMacOSDesktopFeature = Feature(
108108

109109
/// The [Feature] for Linux desktop.
110110
const Feature flutterLinuxDesktopFeature = Feature(
111-
name: 'beta-quality support for desktop on Linux',
111+
name: 'support for desktop on Linux',
112112
configSetting: 'enable-linux-desktop',
113113
environmentOverride: 'FLUTTER_LINUX',
114114
extraHelpText: 'Newer beta versions are available on the beta channel.',

packages/flutter_tools/test/general.shard/features_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ void main() {
9696

9797
testWithoutContext('Flutter Linux desktop help string', () {
9898
expect(flutterLinuxDesktopFeature.generateHelpMessage(),
99-
'Enable or disable beta-quality support for desktop on Linux. '
99+
'Enable or disable support for desktop on Linux. '
100100
'This setting will take effect on the master, beta, and stable channels. '
101101
'Newer beta versions are available on the beta channel.');
102102
});

0 commit comments

Comments
 (0)