aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--locale/FixMyStreetMobileApp.po16
-rw-r--r--locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po18
-rw-r--r--src/templates/en/submit_set_password.html3
-rw-r--r--templates/submit_set_password.html3
4 files changed, 28 insertions, 12 deletions
diff --git a/locale/FixMyStreetMobileApp.po b/locale/FixMyStreetMobileApp.po
index ba1b388..b2821da 100644
--- a/locale/FixMyStreetMobileApp.po
+++ b/locale/FixMyStreetMobileApp.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: struan@mysociety.org\n"
-"POT-Creation-Date: 2013-08-20 11:48+0100\n"
+"POT-Creation-Date: 2013-09-12 10:13+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <team@fixmystreet.com>\n"
@@ -41,7 +41,7 @@ msgstr ""
msgid "Add a Photo "
msgstr ""
-#: templates/offline.html:52 templates/photo.html:19
+#: templates/offline.html:52 templates/photo.html:22
msgid "Add an existing photo"
msgstr ""
@@ -69,7 +69,7 @@ msgstr ""
msgid "Confirmation email sent"
msgstr ""
-#: templates/submit_set_password.html:15
+#: templates/submit_set_password.html:18
msgid "Continue"
msgstr ""
@@ -97,6 +97,10 @@ msgstr ""
msgid "Drafts"
msgstr ""
+#: templates/submit_set_password.html:10
+msgid "Enter a password for your account. This won't be activated till you click the link in the confirmation email"
+msgstr ""
+
#: templates/around.html:18
msgid "Finding your location"
msgstr ""
@@ -253,7 +257,7 @@ msgstr ""
msgid "Provide a title"
msgstr ""
-#: templates/offline.html:64 templates/photo.html:21
+#: templates/offline.html:64
msgid "Remove Photo"
msgstr ""
@@ -321,7 +325,7 @@ msgstr ""
msgid "Subject"
msgstr ""
-#: templates/offline.html:51 templates/photo.html:20
+#: templates/offline.html:51 templates/photo.html:23
msgid "Take a new photo"
msgstr ""
@@ -437,7 +441,7 @@ msgstr ""
msgid "Your details"
msgstr ""
-#: templates/login.html:27 templates/submit_password.html:11 templates/submit_set_password.html:11
+#: templates/login.html:27 templates/submit_password.html:11 templates/submit_set_password.html:14
msgid "Your password"
msgstr ""
diff --git a/locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po b/locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po
index 2b184c2..c5cd37a 100644
--- a/locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po
+++ b/locale/en_GB.UTF-8/LC_MESSAGES/FixMyStreetMobileApp.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: 1.0\n"
"Report-Msgid-Bugs-To: struan@mysociety.org\n"
-"POT-Creation-Date: 2013-08-20 11:48+0100\n"
+"POT-Creation-Date: 2013-09-12 10:13+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <team@fixmystreet.com>\n"
@@ -42,7 +42,7 @@ msgstr ""
msgid "Add a Photo "
msgstr ""
-#: templates/offline.html:52 templates/photo.html:19
+#: templates/offline.html:52 templates/photo.html:22
msgid "Add an existing photo"
msgstr ""
@@ -70,7 +70,7 @@ msgstr ""
msgid "Confirmation email sent"
msgstr ""
-#: templates/submit_set_password.html:15
+#: templates/submit_set_password.html:18
msgid "Continue"
msgstr ""
@@ -98,6 +98,12 @@ msgstr ""
msgid "Drafts"
msgstr ""
+#: templates/submit_set_password.html:10
+msgid ""
+"Enter a password for your account. This won't be activated till you click "
+"the link in the confirmation email"
+msgstr ""
+
#: templates/around.html:18
msgid "Finding your location"
msgstr ""
@@ -271,7 +277,7 @@ msgstr ""
msgid "Provide a title"
msgstr ""
-#: templates/offline.html:64 templates/photo.html:21
+#: templates/offline.html:64
msgid "Remove Photo"
msgstr ""
@@ -342,7 +348,7 @@ msgstr ""
msgid "Subject"
msgstr ""
-#: templates/offline.html:51 templates/photo.html:20
+#: templates/offline.html:51 templates/photo.html:23
msgid "Take a new photo"
msgstr ""
@@ -476,7 +482,7 @@ msgid "Your details"
msgstr ""
#: templates/login.html:27 templates/submit_password.html:11
-#: templates/submit_set_password.html:11
+#: templates/submit_set_password.html:14
msgid "Your password"
msgstr ""
diff --git a/src/templates/en/submit_set_password.html b/src/templates/en/submit_set_password.html
index 159b075..ccecd35 100644
--- a/src/templates/en/submit_set_password.html
+++ b/src/templates/en/submit_set_password.html
@@ -6,6 +6,9 @@
<div id="errors"></div>
<form id="passwordForm" name="passwordForm">
<div id="password_row">
+ <p class="notopmargin">
+ Enter a password for your account. This won't be activated till you click the link in the confirmation email
+ </p>
<div class="inputcard">
<div>
<input data-role="none" type="password" value="" name="password" id="form_password" placeholder="Your password" required>
diff --git a/templates/submit_set_password.html b/templates/submit_set_password.html
index bcb976c..a57cb86 100644
--- a/templates/submit_set_password.html
+++ b/templates/submit_set_password.html
@@ -6,6 +6,9 @@
<div id="errors"></div>
<form id="passwordForm" name="passwordForm">
<div id="password_row">
+ <p class="notopmargin">
+ [% loc("Enter a password for your account. This won't be activated till you click the link in the confirmation email") %]
+ </p>
<div class="inputcard">
<div>
<input data-role="none" type="password" value="" name="password" id="form_password" placeholder="[% loc('Your password') %]" required>