| Index: ios/showcase/core/showcase_model.mm
|
| diff --git a/ios/showcase/core/showcase_model.mm b/ios/showcase/core/showcase_model.mm
|
| index 7aafb0c0fc571666956e9e5a197bbd57086400c3..9e2edd93640d3ede15cc3ec97438b6c656c7d73b 100644
|
| --- a/ios/showcase/core/showcase_model.mm
|
| +++ b/ios/showcase/core/showcase_model.mm
|
| @@ -23,8 +23,8 @@
|
| },
|
| @{
|
| showcase::kClassForDisplayKey : @"ContentSuggestionsViewController",
|
| - showcase::kClassForInstantiationKey : @"SCSuggestionsCoordinator",
|
| - showcase::kUseCaseKey : @"New Suggestions UI",
|
| + showcase::kClassForInstantiationKey : @"SCContentSuggestionsCoordinator",
|
| + showcase::kUseCaseKey : @"Content Suggestions UI",
|
| },
|
| @{
|
| showcase::kClassForDisplayKey : @"MenuViewController",
|
|
|