Skip to content

Commit

Permalink
Merge pull request #3093 from continuedev/dallin/teams-message
Browse files Browse the repository at this point in the history
update teams intro message
  • Loading branch information
sestinj authored Nov 27, 2024
2 parents a735eb9 + bf44294 commit 8b0c489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/context/Auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const AuthProvider: React.FC<{ children: React.ReactNode }> = ({
setDialogMessage(
<ConfirmationDialog
text={
"Welcome to Continue for teams! Using the toggle in the bottom right, you can switch between your local profile (defined by config.json) and team profiles (defined in the Continue for teams web app). Each profile defines a set of models, slash commands, context providers, and other settings to customize Continue."
"Welcome to Continue for teams! Using account icon in the top right, you can switch between your local profile (defined by config.json) and team profiles (defined in the Continue for teams web app). Each profile defines a set of models, slash commands, context providers, and other settings to customize Continue."
}
hideCancelButton={true}
confirmText="Ok"
Expand Down

0 comments on commit 8b0c489

Please sign in to comment.