Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Commit 8ec73b3

Browse files
committed
adjust override text
1 parent 241f20c commit 8ec73b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/components/pages/UserPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ const UserPage = class extends Component {
229229
) : flagValueDifferent ? isMultiVariateOverride ? (
230230
<span data-test={`feature-override-${i}`} className="flex-row chip">
231231
<span>
232-
This feature is being overriden by a % variation for this user, the control value of this feature is <FeatureValue
232+
This feature is being overriden by a % variation in the environment, the control value of this feature is <FeatureValue
233233
data-test={`user-feature-original-value-${i}`}
234234
value={`${flagValue}`}
235235
/>

0 commit comments

Comments
 (0)