Skip to content

Commit

Permalink
Update the text from Cameras in the drop down to Camera View (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwills-jdubs committed Oct 21, 2022
1 parent 4af9c07 commit 5687f5e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/scene-composer/src/components/panels/TopBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const TopBar: FC = () => {
)}
{hasCameraView && (
<ButtonDropdown data-testid={'camera-views'} items={cameraItems} onItemClick={setActiveCameraOnItemClick}>
{intl.formatMessage({ defaultMessage: 'Cameras', description: 'camera views dropdown button text' })}
{intl.formatMessage({ defaultMessage: 'Camera View', description: 'camera views dropdown button text' })}
</ButtonDropdown>
)}
</StyledSpaceBetween>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ exports[`<TopBar /> should render Cameras Drop down with camera view 1`] = `
<span
class="awsui_content_vjswe_10957_97"
>
Cameras
Camera View
</span>
<span
class="awsui_icon_vjswe_10957_901 awsui_icon-right_vjswe_10957_906 awsui_rotate-down_sne0l_14t3j_129 awsui_icon_h11ix_31bp4_98 awsui_size-normal-mapped-height_h11ix_31bp4_151 awsui_size-normal_h11ix_31bp4_147 awsui_variant-normal_h11ix_31bp4_219"
Expand Down Expand Up @@ -314,7 +314,7 @@ exports[`<TopBar /> should render both drop downs with motion indicator and came
<span
class="awsui_content_vjswe_10957_97"
>
Cameras
Camera View
</span>
<span
class="awsui_icon_vjswe_10957_901 awsui_icon-right_vjswe_10957_906 awsui_rotate-down_sne0l_14t3j_129 awsui_icon_h11ix_31bp4_98 awsui_size-normal-mapped-height_h11ix_31bp4_151 awsui_size-normal_h11ix_31bp4_147 awsui_variant-normal_h11ix_31bp4_219"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,10 @@
"note": "Menu Item label",
"text": "Model shader"
},
"wSVRLA": {
"note": "camera views dropdown button text",
"text": "Camera View"
},
"wkyFAx": {
"note": "Menu Item label",
"text": "Tag"
Expand All @@ -794,9 +798,5 @@
"zfrpLv": {
"note": "Column id",
"text": "name"
},
"zje4Ay": {
"note": "camera views dropdown button text",
"text": "Cameras"
}
}

0 comments on commit 5687f5e

Please sign in to comment.