Skip to content

Commit

Permalink
fix yandex csv import instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mallexxx committed Dec 12, 2023
1 parent c1ddad4 commit f752210
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DuckDuckGo/DataImport/View/FileImportView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ struct FileImportView: View {
%8$@ - “Select Passwords CSV File” button
**bold text**; _italic text_
""")
source.importSourceName
NSImage.menuHamburger16
NSImage.menuVertical16
button("Select Passwords CSV File…")
Expand Down Expand Up @@ -806,7 +807,7 @@ struct CircleNumberView: View {

#Preview {
HStack {
FileImportView(source: .onePassword7, dataType: .passwords, isButtonDisabled: false)
FileImportView(source: .yandex, dataType: .passwords, isButtonDisabled: false)
.padding()
.frame(width: 512 - 20)
}
Expand Down

0 comments on commit f752210

Please sign in to comment.