diff --git a/src/Aspire.ProjectTemplates/templates/aspire-starter/.template.config/localize/templatestrings.en.json b/src/Aspire.ProjectTemplates/templates/aspire-starter/.template.config/localize/templatestrings.en.json index e2807263dd..c579a684c1 100644 --- a/src/Aspire.ProjectTemplates/templates/aspire-starter/.template.config/localize/templatestrings.en.json +++ b/src/Aspire.ProjectTemplates/templates/aspire-starter/.template.config/localize/templatestrings.en.json @@ -4,8 +4,8 @@ "description": "A project template for creating a .NET Aspire app with a Blazor web frontend and web API backend service, optionally using Redis for caching.", "symbols/Framework/description": "The target framework for the project.", "symbols/Framework/choices/net8.0/description": "Target net8.0", - "symbols/UseRedisCache/displayName": "_Use Redis for caching (requires Docker)", - "symbols/UseRedisCache/description": "Configures whether to setup the application to use Redis for caching. Requires Docker to run locally.", + "symbols/UseRedisCache/displayName": "_Use Redis for caching (requires a supported container runtime)", + "symbols/UseRedisCache/description": "Configures whether to setup the application to use Redis for caching. Requires a supported continer runtime to run locally, see https://aka.ms/dotnet/aspire/containers for more details.", "symbols/CreateTestsProject/displayName": "Create a _tests project", "symbols/CreateTestsProject/description": "Configures whether to create a project for integration tests using the AppHost project.", "symbols/appHostHttpPort/description": "Port number to use for the HTTP endpoint in launchSettings.json of the AppHost project.",