Skip to content

Commit fb6ce25

Browse files
authored
Update texts (#23)
* Update texts * Update command.go
1 parent 737d5bb commit fb6ce25

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

server/command/command.go

+13-17
Original file line numberDiff line numberDiff line change
@@ -40,26 +40,22 @@ const (
4040

4141
const (
4242
installServerHelp = `
43-
To configure the plugin, create a new app in your Confluence instance following these steps:
44-
1. Navigate to **Settings > Apps > Manage Apps**.
45-
- For older versions of Confluence, navigate to **Administration > Applications > Add-ons > Manage add-ons**.
46-
2. Click **Settings** at bottom of page, enable development mode, and apply this change.
47-
- Enabling development mode allows you to install apps that are not from the Atlassian Marketplace.
48-
3. Click **Upload app**.
49-
4. Chose 'From my computer' and upload the **Mattermost for Confluence OBR** file.
50-
5. Wait for the app to install.
51-
6. Use the 'configure' button to open the **Mattermost Configuration** page.
52-
7. Enter the following URL as the **Webhook URL** and click on Save.
53-
%s
43+
To configure the plugin, create a new app in your Confluence Server following these steps:
44+
1. Navigate to **Settings > Apps > Manage Apps**. For older versions of Confluence, navigate to **Administration > Applications > Add-ons > Manage add-ons**.
45+
2. Choose **Settings** at the bottom of the page, enable development mode, and apply the change. Development mode allows you to install apps from outside of the Atlassian Marketplace.
46+
3. Press **Upload app**.
47+
4. Choose **From my computer** and upload the Mattermost for Confluence OBR file.
48+
5. Once the app is installed, press **Configure** to open the configuration page.
49+
6. In the **Webhook URL** field, enter: %s
50+
7. Press **Save** to finish the setup.
5451
`
5552
installCloudHelp = `
56-
To finish the configuration, add a new app in your Confluence instance following these steps:
53+
To finish the configuration, add a new app in your Confluence Cloud instance following these steps:
5754
1. Navigate to **Settings > Apps > Manage Apps**.
58-
2. Click **Settings** at bottom of page, enable development mode, and apply this change.
59-
- Enabling development mode allows you to install apps that are not from the Atlassian Marketplace.
60-
3. Click **Upload app**.
61-
4. In the **From this URL field**, enter: %s
62-
5. Wait for the app to install. Once completed, you should see an "Installed and ready to go!" message.
55+
2. Choose **Settings** at the bottom of the page, enable development mode, and apply the change. Development mode allows you to install apps from outside of the Atlassian Marketplace.
56+
3. Press **Upload App**.
57+
4. In **From this URL**, enter: %s
58+
5. Once installed, you will see the "Installed and ready to go!" message.
6359
`
6460
)
6561

0 commit comments

Comments
 (0)