Skip to content

Commit

Permalink
feat: reword API properties screen title
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc authored and marcambier committed Apr 14, 2022
1 parent 2a3e833 commit c5f4abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/organisms/gv-properties/gv-properties.js
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ export class GvProperties extends KeyboardElement(LitElement) {
_renderTableForm() {
return html`<div class="container">
<div class="header">
<div class="title">Manage global properties <span>(${this._properties ? this._properties.length : 0})</span></div>
<div class="title">Manage API properties <span>(${this._properties ? this._properties.length : 0})</span></div>
<gv-switch
small
.description="${this.expert ? 'Expert' : 'Simple'}"
Expand Down

0 comments on commit c5f4abc

Please sign in to comment.