Skip to content

Commit

Permalink
♻️ (ContentKit): HMI - rename ipad to tablet
Browse files Browse the repository at this point in the history
  • Loading branch information
ladislas committed Feb 7, 2024
1 parent 3b9f42e commit 7a284d8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ locales:
hmi:
- robot
- magic_cards
- ipad_robot
- tablet_robot

l10n:
- locale: fr_FR
Expand Down
4 changes: 2 additions & 2 deletions Modules/ContentKit/Resources/Content/hmi/hmi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ list:
description: |
The user interacts with the robot by using magic cards.
- id: ipad_robot
- id: tablet_robot
l10n:
- locale: fr_FR
name: iPad et robot
Expand All @@ -37,7 +37,7 @@ list:
description: |
The user interacts with the iPad, and the robot serves as support for observation before providing answers.
- id: ipad
- id: tablet
l10n:
- locale: fr_FR
name: iPad
Expand Down
2 changes: 1 addition & 1 deletion Modules/ContentKit/Specs/jtd/activity.jtd.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
]
},
"$hmi": {
"enum": ["robot", "ipad", "magic_cards", "ipad_robot"]
"enum": ["robot", "tablet", "magic_cards", "tablet_robot"]
},
"$locale": {
"enum": ["en_US", "fr_FR"]
Expand Down
2 changes: 1 addition & 1 deletion Modules/ContentKit/Specs/jtd/curriculum.jtd.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
]
},
"$hmi": {
"enum": ["robot", "ipad", "magic_cards", "ipad_robot"]
"enum": ["robot", "tablet", "magic_cards", "tablet_robot"]
},
"$status": {
"enum": ["draft", "published"]
Expand Down
2 changes: 1 addition & 1 deletion Modules/ContentKit/Specs/tests/activity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ skills:
hmi:
- robot
- magic_cards
- ipad_robot
- tablet_robot

tags:
- tag_one
Expand Down
2 changes: 1 addition & 1 deletion Modules/ContentKit/Specs/tests/curriculum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ skills:
hmi:
- robot
- magic_cards
- ipad_robot
- tablet_robot

tags:
- tag_one
Expand Down

0 comments on commit 7a284d8

Please sign in to comment.