Skip to content

Commit 9bd31ec

Browse files
committed
fix: clarify project-level import description
- Update description to indicate rules files are only created if they existed in the exported mode - Makes it clear that rules file creation is conditional on the export content
1 parent 46afaa5 commit 9bd31ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/i18n/locales/en/prompts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
},
6767
"project": {
6868
"label": "Project Level",
69-
"description": "Only available in this workspace. Rules will be created in .roo/rules-{slug}/ folder."
69+
"description": "Only available in this workspace. If the exported mode contained rules files, they will be recreated in .roo/rules-{slug}/ folder."
7070
}
7171
},
7272
"advanced": {

0 commit comments

Comments
 (0)