Skip to content

Commit

Permalink
update google.com links (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
lieut-data authored Feb 26, 2024
1 parent d12a0e1 commit c699aed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ function getSettings(serverRoute: string, disabled: boolean) {
{
text: 'Mattermost',
value: 'mattermost',
helpText: 'You will get notifications in Mattermost for synced messages and channels. You will need to disable notifications in Microsoft Teams to avoid duplicates. **[Learn more](http://google.com)**',
helpText: 'You will get notifications in Mattermost for synced messages and channels. You will need to disable notifications in Microsoft Teams to avoid duplicates. **[Learn more](https://mattermost.com/pl/ms-teams-plugin-end-user-learn-more)**',
},
{
text: 'Microsoft Teams',
value: 'msteams',
helpText: 'Notifications in Mattermost will be muted for linked channels and DMs to prevent duplicates. You can unmute any linked channel or DM/GM if you wish to receive notifications. **[Learn more](http://google.com)**',
helpText: 'Notifications in Mattermost will be muted for linked channels and DMs to prevent duplicates. You can unmute any linked channel or DM/GM if you wish to receive notifications. **[Learn more](https://mattermost.com/pl/ms-teams-plugin-end-user-learn-more)**',
},
],
type: 'radio' as const,
Expand Down

0 comments on commit c699aed

Please sign in to comment.