Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to Autofill Logins copy #1924

Merged
merged 15 commits into from
Dec 15, 2023
Merged

Conversation

amddg44
Copy link
Contributor

@amddg44 amddg44 commented Dec 5, 2023

Task/Issue URL: https://app.asana.com/0/0/1205881550343364/f
Tech Design URL:
CC:

Description:
Updates all uses of the word 'Logins' with the word 'Password'

Steps to test this PR:

  1. Confirm autofill strings have been updated as per this sheet

Internal references:

Pull Request Review Checklist
Software Engineering Expectations
Technical Design Template
Pull Request Documentation

@amddg44 amddg44 changed the title [WIP] Updates to Logins copy + credit card autofilling behaviour [WIP] Updates to Logins copy Dec 5, 2023
@ayoy ayoy changed the base branch from develop to main December 6, 2023 16:00
@amddg44 amddg44 changed the title [WIP] Updates to Logins copy Updates to Logins copy Dec 7, 2023
…to-passwords

# Conflicts:
#	DuckDuckGo/Common/Localizables/UserText.swift
@amddg44 amddg44 changed the title Updates to Logins copy Updates to Autofill Logins copy Dec 8, 2023
@amddg44 amddg44 marked this pull request as ready for review December 8, 2023 14:10
@amddg44 amddg44 requested review from a team and federicocappelli and removed request for a team December 8, 2023 14:15
Copy link
Member

@federicocappelli federicocappelli left a comment

Choose a reason for hiding this comment

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

Just a couple of questions about capitalised words in the middle of the string

static let pmSaveCredentialsEditableTitle = NSLocalizedString("pm.save-credentials.editable.title", value: "Save Login?", comment: "Title for the editable Save Credentials popover")
static let pmSaveCredentialsNonEditableTitle = NSLocalizedString("pm.save-credentials.non-editable.title", value: "New Login Saved", comment: "Title for the non-editable Save Credentials popover")
static let pmSaveCredentialsEditableTitle = NSLocalizedString("pm.save-credentials.editable.title", value: "Save password?", comment: "Title for the editable Save Credentials popover")
static let pmSaveCredentialsNonEditableTitle = NSLocalizedString("pm.save-credentials.non-editable.title", value: "New Password Saved", comment: "Title for the non-editable Save Credentials popover")
Copy link
Member

Choose a reason for hiding this comment

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

Is this capitalised on purpose?

@@ -42,16 +42,16 @@ extension NSAlert {

static func passwordManagerDuplicateLogin() -> NSAlert {
let alert = NSAlert()
alert.messageText = "Duplicate login"
alert.informativeText = "You already have a login for this username and website."
alert.messageText = "Duplicate Password"
Copy link
Member

Choose a reason for hiding this comment

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

Is this capitalised on purpose?

Copy link
Member

@federicocappelli federicocappelli left a comment

Choose a reason for hiding this comment

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

LGTM

@amddg44 amddg44 merged commit d6382ce into main Dec 15, 2023
15 checks passed
@amddg44 amddg44 deleted the autofill/anya-logins-to-passwords branch December 15, 2023 14:17
samsymons added a commit that referenced this pull request Dec 15, 2023
* main:
  Updates to Autofill Logins copy (#1924)
  Bump version to 1.69.0 (95)
  Remove the reconnect/disconnect logic from the connection tester (#1970)
  Set marketing version to 1.69.0
  Update embedded files
  DBP: Send internal user param for dbp waitlist pixels (#1972)
  Move release task to proper section in Code Freeze workflow (#1977)
  drop Main.storyboard (#1944)
  Add GHA workflow to cut release branch (#1976)
  Move DBP tests into main target (#1974)
  Use static date for PixelKit tests (#1973)
samsymons added a commit that referenced this pull request Dec 15, 2023
* main: (48 commits)
  Add additional VPN startup pixels (#1975)
  Updates to Autofill Logins copy (#1924)
  Bump version to 1.69.0 (95)
  Remove the reconnect/disconnect logic from the connection tester (#1970)
  Set marketing version to 1.69.0
  Update embedded files
  DBP: Send internal user param for dbp waitlist pixels (#1972)
  Move release task to proper section in Code Freeze workflow (#1977)
  drop Main.storyboard (#1944)
  Add GHA workflow to cut release branch (#1976)
  Move DBP tests into main target (#1974)
  Use static date for PixelKit tests (#1973)
  Remove DBP test target (#1961)
  Fix date generator for time machine (#1969)
  Improve sync set up error handling (#1966)
  remove QR code from save recovery PDF view (#1968)
  change order of items in autofill add new item (#1967)
  Fix PR Checks workflow (#1962)
  Bump version to 1.68.0 (93)
  Update embedded files
  ...
samsymons added a commit that referenced this pull request Dec 19, 2023
* main:
  DBP: Fix unreliable date tests (#1981)
  Add search retention pixel for NetP (#1964)
  Sabrina/sync e2e tests (#1959)
  swiftlint build plugin (#1318)
  VPN Geoswitching - initial draft (#1978)
  Add additional VPN startup pixels (#1975)
  Updates to Autofill Logins copy (#1924)
  Bump version to 1.69.0 (95)
  Remove the reconnect/disconnect logic from the connection tester (#1970)
  Set marketing version to 1.69.0
  Update embedded files
  DBP: Send internal user param for dbp waitlist pixels (#1972)
  Move release task to proper section in Code Freeze workflow (#1977)
  drop Main.storyboard (#1944)
  Add GHA workflow to cut release branch (#1976)
  Move DBP tests into main target (#1974)
  Use static date for PixelKit tests (#1973)
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.

2 participants