diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-01-28 13:18:54 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-01-31 14:43:20 +0000 |
commit | 373383e84f06fe900fdb78dd651fec4a9f2b5ce8 (patch) | |
tree | ad0f2457c68defaa75ac588c099658d9670c6bb0 /templates | |
parent | fa94f1d01dfa350243f40621501e4b497be7455e (diff) |
Improve try again on mobile.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/js/translation_strings.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/js/translation_strings.html b/templates/web/base/js/translation_strings.html index bfb1ecf12..7deaf3e05 100644 --- a/templates/web/base/js/translation_strings.html +++ b/templates/web/base/js/translation_strings.html @@ -39,7 +39,7 @@ fixmystreet.password_minimum_length = [% c.cobrand.password_minimum_length %]; fms_extra_title: '[% loc_js('Please enter your title') %]', first_name: '[% loc_js('Please enter your first name') %]', last_name: '[% loc_js('Please enter your second name') %]', - right_place: '[% loc_js('Right place?') %]', + right_place: '[% loc_js('Reposition if needed, then hit Continue') %]', try_again: '[% loc_js('Try again') %]', place_pin_on_map: '[% loc_js('Place pin on map') %]', back: '[% loc_js('Back') %]', @@ -59,7 +59,7 @@ fixmystreet.password_minimum_length = [% c.cobrand.password_minimum_length %]; correct_position: '[% loc_js('Right place?') %]', reporting_a_problem: '[% loc_js('Reporting a problem') %]', - ok: '[% loc_js('OK') %]', + ok: '[% loc_js('Continue') %]', map: '[% loc_js('MAP') %]', map_map: '[% loc_js('Map') %]', |