Skip to content

Commit 03df1e1

Browse files
authored
Merge pull request MicrosoftDocs#2186 from MicrosoftDocs/branding-fix-2
Fix 2: Fix PowerApps to Power Apps
2 parents 9e4aaa2 + 08a5f10 commit 03df1e1

File tree

76 files changed

+93
-93
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+93
-93
lines changed

powerapps-docs/developer/common-data-service/workflow/tutorial-create-workflow-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Custom workflow activity assemblies are registered using the Plug-in Registratio
248248

249249
You can test your new workflow activity by creating a process that will use it. Use these steps to create the Workflow process described in the [Goal](#goal) section above:
250250

251-
1. Open [PowerApps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc)
251+
1. Open [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc)
252252
1. Select **Solutions**.
253253
1. Open the **CDS Default Publisher** solution.
254254
1. In the menu, expand the **...** and choose **Switch to classic**.
@@ -326,7 +326,7 @@ You can test your new workflow activity by creating a process that will use it.
326326

327327
To distribute a custom workflow activity in a solution, you must add the registered assembly that contains it to an unmanaged solution.
328328

329-
1. Open the unmanaged solution you want to add the assembly to using [PowerApps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc)
329+
1. Open the unmanaged solution you want to add the assembly to using [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc)
330330
1. Select **Add existing** > **Other** > **Plugin assembly**
331331

332332
![Add existing plugin assembly](media/add-existing-plugin-assembly.png)

powerapps-docs/developer/component-framework/component-framework-for-canvas-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ System Administrator privileges are required to enable the Power Apps component
3636

3737
To add code components to an app, you need to enable the Power Apps component framework feature in each environment where you want to use them. To enable an environment to use code components inside its apps:
3838

39-
1. Sign in to [PowerApps](https://powerapps.microsoft.com/).
39+
1. Sign in to [Power Apps](https://powerapps.microsoft.com/).
4040

4141
2. Select the **Settings** icon and then select **Admin Center**.
4242

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## Prerequisites
2-
* Access to [PowerApps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc)
2+
* Access to [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc)
33
* Add the [connection](../maker/canvas-apps/add-manage-connections.md)
44
* Create an app from a [template](../maker/canvas-apps/get-started-test-drive.md), from [data](../maker/canvas-apps/get-started-create-from-data.md), or from [scratch](../maker/canvas-apps/get-started-create-from-blank.md)

powerapps-docs/maker/canvas-apps/add-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ In an app for which you have the **Contributor** permission, add a Power Apps No
5454
## Send a notification from an app
5555
You can send a push notification from one app to another or to the same app.
5656

57-
1. In [PowerApps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), go to the app to which you want to send push notifications.
57+
1. In [Power Apps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), go to the app to which you want to send push notifications.
5858
2. On the **Details** tab, copy the **App ID** of that app.
5959

6060
![Get App ID](./media/add-notifications/grab-id.png)

powerapps-docs/maker/canvas-apps/app-from-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The principles of generating an app won't change even if you create a list that'
3636
3737
## Generate an app from within PowerApps
3838

39-
1. Sign in to [PowerApps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
39+
1. Sign in to [Power Apps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
4040

4141
1. Under **Make your own app**, hover over **Start from data**, and then select **Make this app**.
4242

powerapps-docs/maker/canvas-apps/customize-forms-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ If you're unfamiliar with canvas-pps, see [What are canvas apps?](getting-starte
2828

2929
## Show and hide cards
3030

31-
1. Sign in to [PowerApps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and then open the app that you generated and customized.
31+
1. Sign in to [Power Apps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and then open the app that you generated and customized.
3232

3333
1. In the left navigation bar, type or paste **D** in the search bar to filter the list of elements, and then select **DetailForm1**.
3434

powerapps-docs/maker/canvas-apps/customize-layout-sharepoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If you're not signed up for Power Apps, [sign up for free](https://make.powerapp
4545

4646
## Open the generated app
4747

48-
1. Sign in to [PowerApps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and then select **Apps** near the left edge.
48+
1. Sign in to [Power Apps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and then select **Apps** near the left edge.
4949

5050
1. Find the app that you generated, select the ellipsis icon (**...**) for it, and then select **Edit**.
5151

powerapps-docs/maker/canvas-apps/data-platform-create-app-scratch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ When you build an app from Common Data Service, you don't need to create a conne
2828

2929
## Open a blank app
3030

31-
1. Sign in to [PowerApps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
31+
1. Sign in to [Power Apps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc).
3232

3333
1. Under **Make your own app**, select **Canvas app from blank**.
3434

powerapps-docs/maker/canvas-apps/data-platform-create-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To follow this quickstart, you must be assigned to the [Environment Maker](https
2626

2727
## Generate an app
2828

29-
1. Sign in to [PowerApps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) and, if necessary, switch environments as specified earlier in this topic.
29+
1. Sign in to [Power Apps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) and, if necessary, switch environments as specified earlier in this topic.
3030

3131
1. Under **Make your own app**, hover over **Start from data**, and then select **Make this app**.
3232

powerapps-docs/maker/canvas-apps/edit-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ search.app:
1818
Edit any canvas app that you built, that you own, or for which you have **Can edit** permissions. You can edit an app in Power Apps Studio. If you try to edit an app that's open for editing elsewhere, a message tells you whether you already have it open or another user does.
1919

2020
## Verify your permissions
21-
1. Sign in to [PowerApps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and then click or tap **Apps** in the **File** menu (on the left edge).
21+
1. Sign in to [Power Apps](https://make.powerapps.com?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc), and then click or tap **Apps** in the **File** menu (on the left edge).
2222

2323
![Apps option on the File menu](./media/edit-app/file-apps.png)
2424

0 commit comments

Comments
 (0)