summaryrefslogtreecommitdiff
path: root/Sora/Views/Settings/Section/SettingsSectionProviderView.swift
diff options
context:
space:
mode:
authorFuwn <[email protected]>2026-02-23 10:18:46 -0800
committerFuwn <[email protected]>2026-02-23 13:33:42 -0800
commit7d784166ca456208569e6d429b4a0c71a7a89f4a (patch)
tree090895a2da41442b67e99afb6f18529d7960744d /Sora/Views/Settings/Section/SettingsSectionProviderView.swift
parentdocs: add booru api references and held-post plans (diff)
downloadsora-testing-7d784166ca456208569e6d429b4a0c71a7a89f4a.tar.xz
sora-testing-7d784166ca456208569e6d429b4a0c71a7a89f4a.zip
chore: refine english copy and localization labels
Diffstat (limited to 'Sora/Views/Settings/Section/SettingsSectionProviderView.swift')
-rw-r--r--Sora/Views/Settings/Section/SettingsSectionProviderView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sora/Views/Settings/Section/SettingsSectionProviderView.swift b/Sora/Views/Settings/Section/SettingsSectionProviderView.swift
index 9ba7610..cbfae37 100644
--- a/Sora/Views/Settings/Section/SettingsSectionProviderView.swift
+++ b/Sora/Views/Settings/Section/SettingsSectionProviderView.swift
@@ -107,7 +107,7 @@ struct SettingsSectionProviderView: View {
TextField("Domain", text: $newDomain)
.autocorrectionDisabled(true)
- Picker("Flavor", selection: $newFlavor) {
+ Picker("Provider Type", selection: $newFlavor) {
ForEach(BooruProviderFlavor.allCases, id: \.self) { flavor in
Text(flavor.rawValue).tag(flavor)
}