You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Copy file name to clipboardexpand all lines: DuckDuckGo/Secure Vault/Extensions/UserText+PasswordManager.swift
+3
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ import Foundation
21
21
// swiftlint:disable line_length
22
22
extensionUserText{
23
23
24
+
staticletpmSaveCredentialsEditableTitle=NSLocalizedString("pm.save-credentials.editable.title", value:"Save Login?", comment:"Title for the editable Save Credentials popover")
25
+
staticletpmSaveCredentialsNonEditableTitle=NSLocalizedString("pm.save-credentials.non-editable.title", value:"New Login Saved", comment:"Title for the non-editable Save Credentials popover")
26
+
24
27
staticletpmEmptyStateDefaultTitle=NSLocalizedString("pm.empty.default.title", value:"No Logins or Payment Methods saved yet", comment:"Label for default empty state title")
0 commit comments