Skip to content

Commit

Permalink
fix: threads
Browse files Browse the repository at this point in the history
  • Loading branch information
Chkhikvadze committed Nov 29, 2023
1 parent a1d6d22 commit 0c315ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/server/utils/configs/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"toolkit": True, # True
"datasource": True,
"discovery": True,
"Session": False,
"session": False,
"schedule": True,
"integration": {
"active": True,
Expand Down
7 changes: 4 additions & 3 deletions apps/ui/src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"create-game": "Create Game",
"create-password": "Create password",
"create-asset": "Create Asset",
"create-session": "Create Session",
"create-session": "Create $t(thread)",
"create-secret-key": "Create secret key",
"create-api-key": "Create Api key",
"create-new-secret-key": "Create a new secret key",
Expand Down Expand Up @@ -242,13 +242,14 @@
"save": "Save",
"saved": "Saved",
"scenario": "Scenario",
"scenario-description": "Integrate and deploy on OpenSea, Rarebly, etcetc etcetc",
"scenario-description": "Integrate and deploy on OpenSea, Rarebly, etc",
"schedule": "Schedule",
"script": "Script",
"search": "Search",
"send": "Send",
"select": "Select",
"sessions": "Sessions",
"session": "Thread",
"sessions": "Threads",
"settings": "Settings",
"search-placeholder": "Search, create or ask anything",
"share": "Share",
Expand Down

0 comments on commit 0c315ee

Please sign in to comment.