Skip to content

Commit f79817d

Browse files
committed
Text corrections.
1 parent c0ae89f commit f79817d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes for chatgpt-integration
22

3+
## 5.0.2 - 2024-04-15
4+
5+
### Fixed
6+
- Text corrections.
7+
38
## 5.0.1 - 2024-04-15
49

510
### Added

src/templates/settings/api.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@
5050
{% endset %}
5151

5252
{{ forms.field({
53-
label: "Gateway plan"|t('app'),
54-
instructions: "Choose the model to be used for your prompt requests.",
53+
label: "API: Language Model"|t('chatgpt-integration'),
54+
instructions: "Choose the model to be used for your prompt requests."|t('chatgpt-integration'),
5555
id: 'model',
5656
}, modelInput) }}
5757
</div>

0 commit comments

Comments
 (0)