junoser 0.4.1 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -168,6 +168,8 @@ module Junoser
168
168
  str.gsub! 'policy | Define a policy context from this zone', 'from-zone | Define a policy context from this zone'
169
169
  # "to-zone-name | Destination zone" -> "to-zone | Destination zone"
170
170
  str.gsub! 'to-zone-name | Destination zone', 'to-zone | Destination zone'
171
+ # "system-name | System name override" -> "name | System name override"
172
+ str.gsub! 'system-name | System name override', 'name | System name override'
171
173
 
172
174
  fix_route_filter(str)
173
175