Mention extensions not yet supported in import note

This commit is contained in:
Lawrence Chen 2026-02-22 17:33:12 -08:00
parent 3bce41955f
commit e4e53a9606

View file

@ -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