Skip to content

Conversation

@tomerqodo
Copy link

@tomerqodo tomerqodo commented Jan 21, 2026

Benchmark PR from qodo-benchmark#224


Note

Adds new user-facing copy for settings related to studies and remote improvements.

  • New/updated strings: Adds v148 Studies (Title/Link/Message) and new Rollouts (Title/Link/Message) strings in Shared/Strings.swift and localized Settings.strings for en-CA and en-GB
  • Focus updates: Adds labelStudies.v2, detailTextStudies.v2, and new Rollouts strings in UIConstants.swift; introduces a small SettingsTextFormatter helper to format Studies/Rollouts text
  • L10n config: Updates iOS l10n linter to exclude firefox-ios.xliff:Settings.Studies.Message.v148 from quotes checks

Written by Cursor Bugbot for commit 8000f93. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

private init() {}

func formatStudiesText(appName: String) -> String {
return String(format: strings.detailTextStudies, appName)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Helper class uses old string instead of new V2

Medium Severity

The newly added SettingsTextFormatter.formatStudiesText method uses strings.detailTextStudies (the old string with text "may install and run studies from time to time"), but this same PR adds detailTextStudiesV2 with the updated text ("randomly selects users to test features, which improves quality for everyone"). Given the PR's purpose is to update Studies strings, the formatter likely needs to reference detailTextStudiesV2 instead.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants