Skip to content

Commit

Permalink
Merge pull request #131 from NicholasTing/fix/version-help-block
Browse files Browse the repository at this point in the history
fix: description of the help block
  • Loading branch information
alombarte authored Mar 11, 2024
2 parents bb60095 + 9aef1cd commit c31852b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/middlewares/openapi.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h3 class="box-title">
<label>Version</label>
<input type="text" ng-model="data.extra_config[config_namespace].version" placeholder="1.0"
class="form-control" />
<span class="help-block">The hostname where your API is hosted</span>
<span class="help-block">The version of your API</span>
</div>
</div>
<div class="form-group row">
Expand Down

0 comments on commit c31852b

Please sign in to comment.