feat: rename app provider to application provider and update terminology in docs and UI
This commit is contained in:
@@ -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()
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user