diff --git a/src/apps/draw/create/ZeroGenerations.tsx b/src/apps/draw/create/ZeroGenerations.tsx index 9aeed83ac..5a569505a 100644 --- a/src/apps/draw/create/ZeroGenerations.tsx +++ b/src/apps/draw/create/ZeroGenerations.tsx @@ -22,7 +22,7 @@ export function ZeroGenerations() { {/**/} Generate stunning images from text. - Simply type in an image, drawing, or photo description, and the AI will bring your vision to life. + Enter an image, drawing, or photo description, and the AI will create your vision. {/*To get started enter your prompt and hit "Draw".*/} diff --git a/src/apps/settings-modal/AppChatSettingsAI.tsx b/src/apps/settings-modal/AppChatSettingsAI.tsx index 9caea32cf..a454822e9 100644 --- a/src/apps/settings-modal/AppChatSettingsAI.tsx +++ b/src/apps/settings-modal/AppChatSettingsAI.tsx @@ -134,7 +134,7 @@ export function AppChatSettingsAI() { domainId='primaryChat' title={<>Last used model} description='Chat fallback model' - tooltip='The last used chat model, used as default for new conversations. This is a develoment setting used to test out auto-detection of the most fitting initial chat model.' + tooltip='The last used chat model, used as default for new conversations. This is a development setting used to test out auto-detection of the most fitting initial chat model.' /> )} diff --git a/src/common/components/ErrorBoundary.tsx b/src/common/components/ErrorBoundary.tsx index 3690080f9..b5a2157dd 100644 --- a/src/common/components/ErrorBoundary.tsx +++ b/src/common/components/ErrorBoundary.tsx @@ -115,7 +115,7 @@ export class ErrorBoundary extends React.Component

Oops, we hit a snag

-

Something broke; this shouldn't happen.{outer ? ' Please try reloading Big-AGI.' : ''}

+

An unexpected error occurred.{outer ? ' Please try reloading Big-AGI.' : ''}

{outer && (

{' '}If the issue persists, please{' '} diff --git a/src/modules/beam/gather/instructions/UserInputChecklistInstruction.tsx b/src/modules/beam/gather/instructions/UserInputChecklistInstruction.tsx index 0f742d3c7..e52bae7b7 100644 --- a/src/modules/beam/gather/instructions/UserInputChecklistInstruction.tsx +++ b/src/modules/beam/gather/instructions/UserInputChecklistInstruction.tsx @@ -31,7 +31,7 @@ export async function executeUserInputChecklistInstruction( // if no options, there's an error if (options.length < 2) { - reject(new Error('Oops! It looks like we had trouble understanding the Model. Could you please try again?')); + reject(new Error('Unable to parse model output. Please try again with a different prompt or model.')); return; } diff --git a/src/modules/browse/BrowseSettings.tsx b/src/modules/browse/BrowseSettings.tsx index cd50730f0..076400d85 100644 --- a/src/modules/browse/BrowseSettings.tsx +++ b/src/modules/browse/BrowseSettings.tsx @@ -87,7 +87,7 @@ export function BrowseSettings() { setEnablePersonaTool(event.target.checked)} /> - Coming soon + Available in a future release {/*Enable loading URLs by Personas*/}