diff --git a/Sources/Panels/BrowserPanel.swift b/Sources/Panels/BrowserPanel.swift index 65b138e5..9542325a 100644 --- a/Sources/Panels/BrowserPanel.swift +++ b/Sources/Panels/BrowserPanel.swift @@ -4433,7 +4433,7 @@ final class BrowserDataImportCoordinator { domainRow.alignment = .centerY let noteLabel = NSTextField( - wrappingLabelWithString: "Bookmarks and settings import is not available yet." + wrappingLabelWithString: "Bookmarks, settings, and extensions import are not available yet." ) noteLabel.font = NSFont.systemFont(ofSize: 12) noteLabel.textColor = .secondaryLabelColor