Skip to content

Commit

Permalink
Fixed 'Add Structural Brace' nickname.
Browse files Browse the repository at this point in the history
  • Loading branch information
kike-garbo committed May 16, 2023
1 parent 4b577ab commit fcbf14c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class AddStructuralBrace: ElementTrackerComponent
public AddStructuralBrace() : base
(
name: "Add Structural Brace",
nickname: "S-Beam",
nickname: "S-Brace",
description: "Given its Axis, it adds a brace element to the active Revit document",
category: "Revit",
subCategory: "Structure"
Expand Down

0 comments on commit fcbf14c

Please sign in to comment.