This commit is contained in:
Max Goedjen
2025-09-01 18:00:58 -07:00
parent a640d11b00
commit 90d55726bb
2 changed files with 291 additions and 39 deletions

View File

@@ -118,7 +118,7 @@ struct IntegrationsDetailView: View {
Section {
ConfigurationItemView(title: "Configuration File", value: stepGroup.path, action: .revealInFinder(stepGroup.path))
ForEach(stepGroup.steps, id: \.self) { step in
ConfigurationItemView(title: "Add This:", action: .copy(step)) {
ConfigurationItemView(title: "integrations_add_this_title", action: .copy(step)) {
HStack {
Text(step)
.padding(8)