Skip to content

Commit 4978ff8

Browse files
reason message fix
1 parent b667262 commit 4978ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OptimizelySDK/Cmab/CmabConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ internal static class CmabConstants
3232
"User [{0}] not in CMAB experiment [{1}] due to traffic allocation.";
3333

3434
public const string CMAB_FETCH_FAILED =
35-
"Failed to fetch CMAB decision for experiment {0}.";
35+
"Failed to fetch CMAB data for experiment {0}.";
3636

3737
public const string CMAB_DECISION_FETCHED =
3838
"CMAB decision fetched for user {0} in experiment {1}.";

0 commit comments

Comments
 (0)