File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
script/agent-cloudformation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -306,10 +306,10 @@ Resources:
306306 "sections": [
307307 {
308308 "type": "course",
309- "title": "<copy from courses[].title>",
310- "difficulty": "<copy from courses[].difficulty>",
309+ "title": "<copy from courses[].title and translate to with user's given language >",
310+ "difficulty": "<copy from courses[].difficulty and translate to with user's given language >",
311311 "instructor": "<copy from courses[].author>",
312- "description": "<copy from courses[].description>",
312+ "description": "<copy from courses[].description and translate to with user's given language >",
313313 "link": "<copy from courses[].url>",
314314 "thumbnail": "<copy from courses[].thumbnail>",
315315 "reason": "<your 1 sentence with user's given language>"
You can’t perform that action at this time.
0 commit comments