Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ struct QuickTextRowView<SuggestionsView: View>: View {
.font(.caption2)
.foregroundColor(.blue)
.help("Contains variables that will be expanded")
.accessibilityLabel("Contains variables that will be expanded")
}

Spacer()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ struct JoystickSettingsView: View {
}
.buttonStyle(.borderless)
.help("Reset to base (inherit)")
.accessibilityLabel("Reset to base (inherit)")
}
}

Expand Down
Loading