diff --git a/iOS/Settings/Settings View/SettingsRows.swift b/iOS/Settings/Settings View/SettingsRows.swift index cea3f0448..68e27add4 100644 --- a/iOS/Settings/Settings View/SettingsRows.swift +++ b/iOS/Settings/Settings View/SettingsRows.swift @@ -137,7 +137,7 @@ struct SettingsViewRows { /// in to view. static var ExportSubscription: some View { Label { - Text("Import Subscriptions") + Text("Export Subscriptions") } icon: { Image(systemName: "square.and.arrow.up") .resizable()