Skip to content

Commit dba482b

Browse files
Rename "Identify Features" panel tab -> "Identified Features" (#893) (#895)
* Rename "Identify Features" panel tab -> "Identified Features" (#893) * Update Playwright Snapshots --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 51b7d2c commit dba482b

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed

packages/base/src/panelview/rightpanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const RightPanel: React.FC<IRightPanelProps> = props => {
3434
...(hideAnnotationPanel
3535
? []
3636
: [{ name: 'annotations', title: 'Annotations' }]),
37-
{ name: 'identifyPanel', title: 'Identify Features' },
37+
{ name: 'identifyPanel', title: 'Identified Features' },
3838
];
3939

4040
const [curTab, setCurTab] = React.useState<string | undefined>(
613 Bytes
Loading
-154 Bytes
Loading
-109 Bytes
Loading
-224 Bytes
Loading
-87 Bytes
Loading
-112 Bytes
Loading

0 commit comments

Comments
 (0)