File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 4848 "description" : " Back button text"
4949 },
5050 "back-to-data-samples-action" : {
51- "defaultMessage" : " Back to data samples" ,
51+ "defaultMessage" : " Edit data samples" ,
5252 "description" : " Back button text"
5353 },
5454 "bluetooth-unsupported-advice" : {
Original file line number Diff line number Diff line change 100100 "back-to-data-samples-action" : [
101101 {
102102 "type" : 0 ,
103- "value" : " Back to data samples"
103+ "value" : " Edit data samples"
104104 }
105105 ],
106106 "bluetooth-unsupported-advice" : [
Original file line number Diff line number Diff line change @@ -33,13 +33,9 @@ const TestingModelPage = () => {
3333 toolbarItemsRight = { < ProjectToolbarItems /> }
3434 toolbarItemsLeft = {
3535 < Button
36- size = "lg"
37- leftIcon = { < BackArrow color = "white" /> }
38- variant = "plain"
39- color = "white"
36+ leftIcon = { < BackArrow /> }
37+ variant = "toolbar"
4038 onClick = { navigateToDataSamples }
41- pr = { 3 }
42- pl = { 3 }
4339 >
4440 < FormattedMessage id = "back-to-data-samples-action" />
4541 </ Button >
You can’t perform that action at this time.
0 commit comments