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>
|
<span class="settings-v2-provider-name">{language.t("provider.custom.title")}</span>
|
||||||
<Tag>{language.t("settings.providers.tag.custom")}</Tag>
|
<Tag>{language.t("settings.providers.tag.custom")}</Tag>
|
||||||
</div>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
<ButtonV2
|
<ButtonV2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue