diff --git a/Modules/ContentKit/Examples/ContentKitExample/Resources/activity.yml b/Modules/ContentKit/Examples/ContentKitExample/Resources/activity.yml index e688d403de..2a865b85df 100644 --- a/Modules/ContentKit/Examples/ContentKitExample/Resources/activity.yml +++ b/Modules/ContentKit/Examples/ContentKitExample/Resources/activity.yml @@ -28,7 +28,7 @@ locales: hmi: - robot - magic_cards - - ipad_robot + - tablet_robot l10n: - locale: fr_FR diff --git a/Modules/ContentKit/Resources/Content/hmi/hmi.yml b/Modules/ContentKit/Resources/Content/hmi/hmi.yml index 816482afee..8a3c5bda5b 100644 --- a/Modules/ContentKit/Resources/Content/hmi/hmi.yml +++ b/Modules/ContentKit/Resources/Content/hmi/hmi.yml @@ -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 @@ -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 diff --git a/Modules/ContentKit/Specs/jtd/activity.jtd.json b/Modules/ContentKit/Specs/jtd/activity.jtd.json index f1ad3022bf..c7c790bc09 100644 --- a/Modules/ContentKit/Specs/jtd/activity.jtd.json +++ b/Modules/ContentKit/Specs/jtd/activity.jtd.json @@ -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"] diff --git a/Modules/ContentKit/Specs/jtd/curriculum.jtd.json b/Modules/ContentKit/Specs/jtd/curriculum.jtd.json index 3aa3be7013..67f2532a9e 100644 --- a/Modules/ContentKit/Specs/jtd/curriculum.jtd.json +++ b/Modules/ContentKit/Specs/jtd/curriculum.jtd.json @@ -54,7 +54,7 @@ ] }, "$hmi": { - "enum": ["robot", "ipad", "magic_cards", "ipad_robot"] + "enum": ["robot", "tablet", "magic_cards", "tablet_robot"] }, "$status": { "enum": ["draft", "published"] diff --git a/Modules/ContentKit/Specs/tests/activity.yml b/Modules/ContentKit/Specs/tests/activity.yml index 1cfeeb6744..a1db126b5f 100644 --- a/Modules/ContentKit/Specs/tests/activity.yml +++ b/Modules/ContentKit/Specs/tests/activity.yml @@ -19,7 +19,7 @@ skills: hmi: - robot - magic_cards - - ipad_robot + - tablet_robot tags: - tag_one diff --git a/Modules/ContentKit/Specs/tests/curriculum.yml b/Modules/ContentKit/Specs/tests/curriculum.yml index 515fdd322d..3398f2c2cd 100644 --- a/Modules/ContentKit/Specs/tests/curriculum.yml +++ b/Modules/ContentKit/Specs/tests/curriculum.yml @@ -23,7 +23,7 @@ skills: hmi: - robot - magic_cards - - ipad_robot + - tablet_robot tags: - tag_one