Skip to content

Commit d707151

Browse files
committed
Rename 'Filter Sandboxes' to 'Search Sandboxes'
1 parent 26ebcf0 commit d707151

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/pages/Dashboard/Sidebar

1 file changed

+1
-1
lines changed

packages/app/src/app/pages/Dashboard/Sidebar/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Sidebar extends React.Component {
4141
block
4242
value={store.dashboard.filters.search}
4343
onChange={this.handleSearchChange}
44-
placeholder="Filter Sandboxes"
44+
placeholder="Search Sandboxes"
4545
/>
4646
</InputWrapper>
4747

0 commit comments

Comments
 (0)