Skip to content

Commit 25aeb2f

Browse files
David BritchDavid Britch
authored andcommitted
Updated sentences displayed on SettingsView.
1 parent 5563da4 commit 25aeb2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Mobile/eShopOnContainers/eShopOnContainers.Core/ViewModels/SettingsViewModel.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ private void UpdateInfo()
8787
if (!UseAzureServices)
8888
{
8989
Title = "Use Mock Services";
90-
Description = "Mock Services are simulated objects that mimic the behavior of real services in controlled ways";
90+
Description = "Mock Services are simulated objects that mimic the behavior of real services using a controlled approach.";
9191
}
9292
else
9393
{
9494
Title = "Use Microservices/Containers from eShopOnContainers";
95-
Description = "When enabling the use of microservices/containers the Xamarin.Forms app will try to use real services deployed as Docker containers in the specified base IP that will need to be reachable through the network";
95+
Description = "When enabling the use of microservices/containers, the app will attempt to use real services deployed as Docker containers at the specified base endpoint, which will must be reachable through the network.";
9696
}
9797
}
9898

0 commit comments

Comments
 (0)