Skip to content

Commit 7f44bda

Browse files
Side-step app name in tour step (#405)
1 parent a89f8e5 commit 7f44bda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lang/ui.en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@
928928
"description": "Tour step description"
929929
},
930930
"tour-dataSamples-actions-content": {
931-
"defaultMessage": "An action is the type of movement you want the machine learning tool to recognise e.g. ‘waving’ or ‘clapping’. Decide what your first action will be, name it and then start recording data samples.",
931+
"defaultMessage": "An action is the type of movement you want the machine learning model to recognise e.g. ‘waving’ or ‘clapping’. Decide what your first action will be, name it and then start recording data samples.",
932932
"description": "Tour step content"
933933
},
934934
"tour-dataSamples-connected-content": {

src/messages/ui.en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,7 @@
16341634
"tour-dataSamples-actions-content": [
16351635
{
16361636
"type": 0,
1637-
"value": "An action is the type of movement you want the machine learning tool to recognise e.g. ‘waving’ or ‘clapping’. Decide what your first action will be, name it and then start recording data samples."
1637+
"value": "An action is the type of movement you want the machine learning model to recognise e.g. ‘waving’ or ‘clapping’. Decide what your first action will be, name it and then start recording data samples."
16381638
}
16391639
],
16401640
"tour-dataSamples-connected-content": [

0 commit comments

Comments
 (0)