Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix: rename project settings to libraries (#615)
Browse files Browse the repository at this point in the history
  • Loading branch information
tilmx authored and Palmaswell committed Sep 19, 2018
1 parent 184d986 commit c7772fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/container/properties-switch.tsx
Expand Up @@ -25,8 +25,8 @@ export class PropertiesSwitch extends React.Component {
onClick={() => app.setRightSidebarTab(Types.RightSidebarTab.Properties)}
/>
<Components.TabSwitch
label="Project Settings"
title="Show Project Settings"
label="Libraries"
title="Show Libraries"
type={Components.TabSwitchType.Tab}
active={
app.getRightSidebarTab() === Types.RightSidebarTab.ProjectSettings
Expand Down

0 comments on commit c7772fc

Please sign in to comment.