Merge lp:~michael.nelson/ubuntu-webcatalog/981003-another-search-box into lp:ubuntu-webcatalog

Proposed by Michael Nelson
Status: Merged
Approved by: Anthony Lenton
Approved revision: 103
Merged at revision: 103
Proposed branch: lp:~michael.nelson/ubuntu-webcatalog/981003-another-search-box
Merge into: lp:ubuntu-webcatalog
Diff against target: 18 lines (+2/-2)
1 file modified
src/webcatalog/templates/webcatalog/index.html (+2/-2)
To merge this branch: bzr merge lp:~michael.nelson/ubuntu-webcatalog/981003-another-search-box
Reviewer Review Type Date Requested Status
Anthony Lenton (community) Approve
Review via email: mp+102488@code.launchpad.net

Commit message

Update the wording of the landing page search box to match the changes to the app details search box.

Description of the change

Update the wording of the landing page search box to match the changes to the app details search box made here:

https://code.launchpad.net/~michael.nelson/ubuntu-webcatalog/963410-better-search-wording/+merge/102279

To post a comment you must log in.
Revision history for this message
Anthony Lenton (elachuni) wrote :

Looks fine!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/webcatalog/templates/webcatalog/index.html'
2--- src/webcatalog/templates/webcatalog/index.html 2012-04-05 01:09:37 +0000
3+++ src/webcatalog/templates/webcatalog/index.html 2012-04-18 10:40:25 +0000
4@@ -32,12 +32,12 @@
5 </div>
6
7 <div id="search-container">
8-<h3>{% trans "Search for an application" %}:</h3>
9+<h3>{% trans "Search for an app" %}:</h3>
10
11 <div id="search-box" class="main">
12 <form id="sitesearch" action="{% url wc-search %}" method="get">
13 <input type="text" maxlength="128" name="q" id="search-box-input"
14- title="Enter the terms you wish to search for." />
15+ title="Add some words that describe the app or the app's name."/>
16 <button type="submit" name="op" id="search-box-button"><span>go</span></button>
17 </form>
18 </div>

Subscribers

People subscribed via source and target branches