Skip to content
This repository was archived by the owner on Nov 19, 2019. It is now read-only.
Open
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 assets/js/panes/catalogue.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.run [ "$q", "$timeout", "panes", "url", "updater", "session", "catalogue"
icon: "book"
size: "50%"
order: 300
title: "Find and external libraries"
title: "Find and add external libraries"
description: """
Find external libraries and add them to your plunk.
"""
Expand Down Expand Up @@ -567,4 +567,4 @@ module.directive "versionEditor", [ "catalogue", (catalogue) ->
$scope.destroy = ->
controller.destroyPackageVersion($scope.package, $scope.version).then (pkg) ->
controller.openVersion(pkg)
]
]