From a505ad1e542e0d29599e423c3b27f5ccd56378c2 Mon Sep 17 00:00:00 2001 From: Stuart Breckenridge Date: Sat, 24 Dec 2022 15:03:41 +0800 Subject: [PATCH] changed tableName to comment --- iOS/Settings/General/SettingsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOS/Settings/General/SettingsView.swift b/iOS/Settings/General/SettingsView.swift index 2942df1b1..32b3b13b0 100644 --- a/iOS/Settings/General/SettingsView.swift +++ b/iOS/Settings/General/SettingsView.swift @@ -147,7 +147,7 @@ struct SettingsView: View { .alert(Text("Imported Successfully", comment: "Alert title: imported OPML file successfully."), isPresented: $viewModel.showImportSuccess, actions: {}, - message: { Text("Subscriptions have been imported to your \(viewModel.importAccount?.nameForDisplay ?? "") account.", tableName: "Alert message: imported OPML file successfully.") }) + message: { Text("Subscriptions have been imported to your \(viewModel.importAccount?.nameForDisplay ?? "") account.", comment: "Alert message: imported OPML file successfully.") }) .alert(Text("Exported Successfully", comment: "Alert title: exported OPML file successfully."), isPresented: $viewModel.showExportSuccess, actions: {},