Skip to content

Commit 50a0889

Browse files
authored
chore(compass-sidebar): rename refresh menu action to reload data (#3906)
1 parent 96e4c58 commit 50a0889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-sidebar/src/components/sidebar-title.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ function SidebarTitle({
124124

125125
actions.push({
126126
action: 'refresh-data',
127-
label: 'Refresh',
127+
label: 'Reload Data',
128128
icon: 'Refresh',
129129
});
130130

0 commit comments

Comments
 (0)