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

fix: rename project settings to libraries #615

Merged
merged 1 commit into from
Sep 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/container/properties-switch.tsx
Original file line number Diff line number Diff line change
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