Simplify on-device STT labels#5754
Merged
Merged
Conversation
✅ Deploy Preview for old-char canceled.
|
27d784d to
42a869d
Compare
Shows local transcription models as On device, renames mode badges to Live and After recording, and keeps the full model name available on hover.
Add hover tooltips for batch/live transcription chips and restyle Batch only as the same rectangular mode badge shape. Update STT tooltip i18n catalogs Refresh Lingui locale artifacts for the STT mode badge tooltip copy.
42a869d to
bc9e9be
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit bc9e9be. Configure here.
| #: src/settings/general/app-settings.tsx:101 | ||
| msgid "Show floating bar" | ||
| msgstr "Wys drywende balk" | ||
| msgstr "" |
There was a problem hiding this comment.
Lost Show floating bar translations
Low Severity
The commit clears existing msgstr values for Show floating bar in several locale catalogs and the compiled messages.ts now maps that key to the English source string, so users in those locales lose a previously translated App setting label.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit bc9e9be. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Shows local transcription models as On device, renames mode badges to Live and After recording, and keeps the full model name available on hover.
Note
Low Risk
Copy and i18n-only UX changes in STT settings; no auth, data, or transcription pipeline logic in the visible diff.
Overview
Simplifies how transcription models are labeled in AI/STT settings so local options read as On device instead of long vendor model names, with the full model name still available via hover (
title).Mode badges on models are renamed from Realtime / Batch to Live / After recording, with new tooltips that explain in-meeting vs post-recording transcription.
The bulk of the diff is Lingui catalog churn (
.po/messages.tsacross locales): new strings, updated source line refs instt/select.tsxandai/shared, and removal of obsolete Batch / Realtime entries. A few existing translations (e.g. “Show floating bar”) were cleared to empty in some locales as part of the extract.Reviewed by Cursor Bugbot for commit bc9e9be. Bugbot is set up for automated code reviews on this repo. Configure here.