diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/css/fms.css | 4 | ||||
-rw-r--r-- | src/templates/en/sent.html | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/css/fms.css b/src/css/fms.css index d4cedc5..140adc3 100644 --- a/src/css/fms.css +++ b/src/css/fms.css @@ -210,6 +210,10 @@ display: none; } + .center { + text-align: center; + } + #drafts h2, div[data-role='content'] p.top, div[data-role='content'] h2 { diff --git a/src/templates/en/sent.html b/src/templates/en/sent.html index 8a94fef..8477505 100644 --- a/src/templates/en/sent.html +++ b/src/templates/en/sent.html @@ -11,9 +11,9 @@ click the link in the email to confirm your report. </p> <% } else { %> - <h3>Your report has been created</h3> + <h3>Thanks. Your report will be sent to the authorities immediately.</h3> - <p><a onclick="FMS.openExternal(event); return false;" href="<%= site_url %>">View it on the site</a></p> + <p class="center"><a onclick="FMS.openExternal(event); return false;" href="<%= site_url %>">View it on the site</a></p> <% } %> <% if ( device.platform == 'iOS' && CONFIG.APP_ID ) { %> |