Skip to content

Commit 7503d6c

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 a565f0d commit 7503d6c

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
@@ -256,8 +256,8 @@ export namespace Http {
256256
export const downloadingFileProgress = localize('downloading.file.progress', '{0}{1} of {2} KB ({3}%)');
257257
}
258258
export namespace Experiments {
259-
export const inGroup = localize('Experiments.inGroup', "User belongs to experiment group '{0}'");
260-
export const optedOutOf = localize('Experiments.optedOutOf', "User opted out of experiment group '{0}'");
259+
export const inGroup = localize('Experiments.inGroup', "Experiment '{0}' is active");
260+
export const optedOutOf = localize('Experiments.optedOutOf', "Experiment '{0}' is inactive");
261261
}
262262
export namespace Interpreters {
263263
export const discovering = localize('Interpreters.DiscoveringInterpreters', 'Discovering Python Interpreters');

0 commit comments

Comments
 (0)