You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/messages/AiCommitsBundle.properties
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,8 @@ actions.add=Add
49
49
settings.prompt.edit.title=Edit Prompt
50
50
settings.prompt.add.title=Add Prompt
51
51
settings.prompt.description=Description
52
+
settings.prompt.projectSpecific=Project specific
53
+
settings.prompt.projectSpecific.contextHelp=When selected, saves the chosen prompt and locale for this project only.
52
54
validation.unique=Value already exists.
53
55
settings.loadingModels=Loading OpenAI models...
54
56
settings.more-prompts=More prompts
@@ -62,6 +64,7 @@ settings.prompt.hint=Hint
62
64
settings.prompt.hint.comment=Note: This field is for testing purposes only. When generating the actual prompt, the {hint} variable will be replaced with content from the commit dialog.
63
65
settings.llmClient=LLM Client
64
66
settings.llmClient.projectSpecific=Project specific
67
+
settings.llmClient.projectSpecific.contextHelp=When selected, saves the chosen LLM client for this project only.
0 commit comments