update copy for Placeholder Image Generation setting
This commit is contained in:
parent
371dddda3f
commit
e27c278a79
@ -25,7 +25,12 @@ function SettingsDialog({ settings, setSettings }: Props) {
|
||||
<DialogHeader>
|
||||
<DialogTitle className="mb-4">Settings</DialogTitle>
|
||||
<div className="flex items-center space-x-2">
|
||||
<Label htmlFor="image-generation">Image Generation</Label>
|
||||
<Label htmlFor="image-generation">
|
||||
<div>DALL-E Placeholder Image Generation</div>
|
||||
<div className="font-light mt-2">
|
||||
More fun with it but if you want to save money, turn it off.
|
||||
</div>
|
||||
</Label>
|
||||
<Switch
|
||||
id="image-generation"
|
||||
checked={settings.isImageGenerationEnabled}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user