Corrected title.

This commit is contained in:
Stuart Breckenridge
2022-11-12 19:53:53 +08:00
parent c8306c8660
commit 3630c6f7b2

View File

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