Skip to content

Commit

Permalink
Nextcloud-Talk: Fix documentKey for doc (#1988)
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinlegay authored Jan 5, 2024
1 parent 06213bb commit d179b7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const NextcloudTalkPage = ({ children, ...props }) => (
<DeviceConfigurationLink
user={props.user}
configurationKey="integrations"
documentKey="nextcloudTalk"
documentKey="nextcloud-talk"
linkClass="list-group-item list-group-item-action d-flex align-items-center"
>
<span class="icon mr-3">
Expand Down

0 comments on commit d179b7f

Please sign in to comment.