Skip to content

Commit b5a3166

Browse files
Vidushi-Guptakarthiknadig
authored andcommitted
Reworded message for A/B testing in the output channel as per issue microsoft#6352 (microsoft#17584)
* Reworded message for A/B testing * Reworded message for A/B testing * Create 6352.md
1 parent 01c75f1 commit b5a3166

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

news/2 Fixes/6352.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Reworded message for A/B testing in the output channel to "Experiment 'X' is active/inactive"
2+
(Thanks [Vidushi Gupta](https://github.com/Vidushi-Gupta) for the contribution)

package.nls.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"Pylance.pylanceRevertToJediPrompt": "The Pylance extension is not installed but the python.languageServer value is set to \"Pylance\". Would you like to install the Pylance extension to use Pylance, or revert back to Jedi?",
4545
"Pylance.pylanceInstallPylance": "Install Pylance",
4646
"Pylance.pylanceRevertToJedi": "Revert to Jedi",
47-
"Experiments.inGroup": "User belongs to experiment group '{0}'",
48-
"Experiments.optedOutOf": "User opted out of experiment group '{0}'",
47+
"Experiments.inGroup": "Experiment '{0}' is active",
48+
"Experiments.optedOutOf": "Experiment '{0}' is inactive",
4949
"Interpreters.RefreshingInterpreters": "Refreshing Python Interpreters",
5050
"Interpreters.entireWorkspace": "Entire workspace",
5151
"Interpreters.pythonInterpreterPath": "Python interpreter path: {0}",

src/client/common/utils/localize.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,8 @@ export namespace Http {
257257
export const downloadingFileProgress = localize('downloading.file.progress', '{0}{1} of {2} KB ({3}%)');
258258
}
259259
export namespace Experiments {
260-
export const inGroup = localize('Experiments.inGroup', "User belongs to experiment group '{0}'");
261-
export const optedOutOf = localize('Experiments.optedOutOf', "User opted out of experiment group '{0}'");
260+
export const inGroup = localize('Experiments.inGroup', "Experiment '{0}' is active");
261+
export const optedOutOf = localize('Experiments.optedOutOf', "Experiment '{0}' is inactive");
262262
}
263263
export namespace Interpreters {
264264
export const discovering = localize('Interpreters.DiscoveringInterpreters', 'Discovering Python Interpreters');

0 commit comments

Comments
 (0)