feat: rename app provider to application provider and update terminology in docs and UI

This commit is contained in:
mik-tf
2025-09-07 10:31:42 -04:00
parent 988d07a10d
commit 2ddd538941
11 changed files with 45 additions and 45 deletions

View File

@@ -11,8 +11,8 @@ class DemoWorkflow {
action: () => this.showWelcome()
},
{
title: "App Provider: Register New Application",
description: "Let's start by registering a new application as an App Provider.",
title: "Application Provider: Register New Application",
description: "Let's start by registering a new application as an Application Provider.",
action: () => this.demoAppRegistration()
},
{