mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[PR #21814] [CLOSED] style: rename ambiguous 'General' section headers to descriptive labels in admin settings tabs #81164
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/21814
Author: @silentoplayz
Created: 2/24/2026
Status: ❌ Closed
Base:
dev← Head:fix/settings-header-renames📝 Commits (1)
76f530dstyle(admin): rename ambiguous 'General' section headers to descriptive labels📊 Changes
8 files changed (+8 additions, -8 deletions)
View changed files
📝
src/lib/components/admin/Settings/CodeExecution.svelte(+1 -1)📝
src/lib/components/admin/Settings/Connections.svelte(+1 -1)📝
src/lib/components/admin/Settings/Documents.svelte(+1 -1)📝
src/lib/components/admin/Settings/Evaluations.svelte(+1 -1)📝
src/lib/components/admin/Settings/General.svelte(+1 -1)📝
src/lib/components/admin/Settings/Images.svelte(+1 -1)📝
src/lib/components/admin/Settings/Tools.svelte(+1 -1)📝
src/lib/components/admin/Settings/WebSearch.svelte(+1 -1)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions to discuss your idea/fix with the community before creating a pull request, and describe your changes before submitting a pull request.
This is to ensure large feature PRs are discussed with the community first, before starting work on it. If the community does not want this feature or it is not relevant for Open WebUI as a project, it can be identified in the discussion before working on the feature and submitting the PR.
Before submitting, make sure you've checked the following:
devbranch. PRs targetingmainwill be immediately closed.devto ensure no unrelated commits (e.g. frommain) are included. Push updates to the existing PR branch instead of closing and reopening.style: rename ambiguous 'General' section headers in admin settingsChangelog Entry
Description
Every admin settings panel that contained multiple distinct configuration sections was using
Generalas the top-level section header, regardless of what the section actually controlled. This made it hard to distinguish sections by their heading alone. This PR replaces each genericGeneralheader with a label that accurately describes the content of that section.Only the first
Generalheader in each file was renamed (subsequent, intentionally-named headers such asAuthentication,Features,Code Interpreter, etc. are untouched). User settings panels were unaffected — their headers are already descriptive.Changed
General→Instance(version info, site name/URL, default model/locale)General→Code Execution(enable toggle + engine selection)General→API Connections(OpenAI/Ollama API toggles + Direct Connections)General→Content Extraction(extraction engine, PDF settings)General→Arena Models(arena model enable toggle)General→Image Generation(image generation enable toggle)General→Tool Servers(OpenAPI-compatible tool server connections)General→Web Search(enable toggle + search engine selection)Additional Information
$i18n.t(...)calls. No logic, binding, or translation key changes were made.Authentication,Embedding,Retrieval,Danger Zone).Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.