mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-27 16:55:28 +00:00
chore: generate
This commit is contained in:
parent
9ba82a1b8c
commit
66495a2a22
1 changed files with 3 additions and 1 deletions
|
|
@ -235,7 +235,9 @@ export const SettingsProvidersV2: Component<{ onBack?: () => void }> = (props) =
|
|||
<span class="settings-v2-provider-name">{language.t("provider.custom.title")}</span>
|
||||
<Tag>{language.t("settings.providers.tag.custom")}</Tag>
|
||||
</div>
|
||||
<p class="settings-v2-provider-description">{language.t("settings.providers.custom.description")}</p>
|
||||
<p class="settings-v2-provider-description">
|
||||
{language.t("settings.providers.custom.description")}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<ButtonV2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue