File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ home.kids = [
156
156
label : "Community" ,
157
157
id : "community" ,
158
158
desc : "Welcome to the Community, a searchable database of patterns submitted by users like you." +
159
- "<p>After selecting a pattern, use the arrows in this section to load the full pattern or components of it .</p>" +
159
+ "<p>After selecting a pattern, load the full pattern by clicking its URL, or use the right arrow icon to load just the pattern or text .</p>" +
160
160
"<p>Help make the Community better by rating patterns, and submitting your own via <b>Search & Share</b> in the menu.</p>" ,
161
161
search : true ,
162
162
kids : [ ]
@@ -165,7 +165,8 @@ home.kids = [
165
165
{
166
166
label : "My Patterns" ,
167
167
id :"favorites" ,
168
- desc : "The list above will display any patterns that you create or favorite." ,
168
+ desc : "The list above will display any patterns that you create or favorite." +
169
+ "<p>To edit a pattern you created, click its URL to load it, then open Save / Share to edit and save.</p>" ,
169
170
search : true ,
170
171
kids : [ ]
171
172
} ,
You can’t perform that action at this time.
0 commit comments