Curled some quotes

This commit is contained in:
Ryan Dotson
2019-10-22 19:58:05 +09:00
parent 3b8ab0be5f
commit 48fb3ebc18
4 changed files with 16 additions and 16 deletions

View File

@@ -53,7 +53,7 @@ struct SettingsDetailAccountView : View {
Text("Delete Account").foregroundColor(.red)
}
.alert(isPresented: $isDeleteAlertPresented) {
Alert(title: Text("Are you sure you want to delete \"\(viewModel.nameForDisplay)\"?"),
Alert(title: Text("Are you sure you want to delete \(viewModel.nameForDisplay)?"),
primaryButton: Alert.Button.default(Text("Delete"), action: {
self.viewModel.delete()
self.presentation.wrappedValue.dismiss()