Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Lanzilotto committed Oct 14, 2023
1 parent c1efaa5 commit 925fb77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/knowledge-bases/knowledge-bases.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<div class="add-kb-div">
<button class="btn btn-primary" (click)="openSecretsModal()">
<!-- {{ 'KbPage.Secrets' | translate }} -->
GPT Key
GPT-Key
</button>
<button class="btn btn-primary" (click)="openAddKnowledgeBaseModal()" [disabled]="addButtonDisabled">
{{ 'KbPage.AddKb' | translate }}
Expand Down Expand Up @@ -368,7 +368,7 @@ <h4 class="modal-title">
</div>

<div class="form-container">
<span class="input-label">GPT Key</span>
<span class="input-label">GPT-Key</span>
<div class="fake-input">
<div class="fake-input-inner">
<input *ngIf="gptkeyVisible" id="gptkey-key" class="input-bold" type="text" autocomplete="off"
Expand Down
2 changes: 1 addition & 1 deletion src/app/knowledge-bases/knowledge-bases.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ export class KnowledgeBasesComponent implements OnInit, OnDestroy {
}
contactSalesForChatGptKey() {
this.closeSecretsModal()
window.open(`mailto:[email protected]?subject=I don't have a GPT-key`);
window.open(`mailto:[email protected]?subject=I don't have a GPT-Key`);
}


Expand Down

0 comments on commit 925fb77

Please sign in to comment.