Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Start a branch for paying for package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Aug 14, 2017
1 parent c279b33 commit e9093be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Tests(BrowserHarness):

def assertDiscovery(self):
instructions = self.css('.instructions').text
assert instructions == 'Paste a package.json to find packages to pay for:'
assert instructions == 'Paste your own package.json:'

def test_anon_gets_discovery_page_by_default(self):
self.visit('/on/npm/')
Expand Down
2 changes: 1 addition & 1 deletion www/on/npm/index.html.spt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ if request.method == 'POST':
<form action="./" method="POST" class="package-json">
<input type="hidden" name="csrf_token" value="{{ csrf_token }}">
<p class="instructions">
{{ _('Paste a package.json to find packages to pay for:') }}
{{ _('Paste your own package.json:') }}
</p>

<textarea name="package.json"{% if not discovered %} autofocus{% endif %} wrap="off"
Expand Down

0 comments on commit e9093be

Please sign in to comment.