Updates title to match current app
This commit is contained in:
parent
9830a977a0
commit
f4deab1361
|
@ -123,7 +123,7 @@ struct AddWebFeedView: View {
|
|||
}
|
||||
|
||||
var providedNameTextField: some View {
|
||||
TextField("Optional", text: $viewModel.providedName)
|
||||
TextField("Title (Optional)", text: $viewModel.providedName)
|
||||
}
|
||||
|
||||
@ViewBuilder var folderPicker: some View {
|
||||
|
|
Loading…
Reference in New Issue