Commit a745931fe8672383e2d3393bd2c37f2be78624eb

Authored by Antoine Goutenoir
1 parent 34621484
Exists in master

We MUST use the dumb CRLF pair for windows users.

Probably fixes #2
Showing 1 changed file with 7 additions and 6 deletions   Show diff stats
@@ -343,10 +343,9 @@ estimate: @@ -343,10 +343,9 @@ estimate:
343 hero: 343 hero:
344 title: Request an estimation 344 title: Request an estimation
345 description: | 345 description: |
346 - The results will be sent to the email address you provided,  
347 - once they are available. 346 + The results will available <small>(almost)</small> immediately.
348 <br> 347 <br>
349 - It may take from a few minutes up to a few hours, 348 + It may take from a few seconds up to a few hours,
350 depending on the amount of locations you provided. 349 depending on the amount of locations you provided.
351 350
352 351
@@ -375,9 +374,11 @@ estimate: @@ -375,9 +374,11 @@ estimate:
375 description: | 374 description: |
376 One address per line, in the form `City, Country`. 375 One address per line, in the form `City, Country`.
377 Make sure your addresses are correctly spelled. 376 Make sure your addresses are correctly spelled.
378 - placeholder: |  
379 - Paris, France  
380 - Berlin, Germany 377 + # We MUST use the dumb CRLF pair for windows users
  378 + placeholder: "Paris, France\r\nBerlin, Germany"
  379 +# placeholder: |
  380 +# Paris, France
  381 +# Berlin, Germany
381 destination_addresses: 382 destination_addresses:
382 label: Destination Cities 383 label: Destination Cities
383 description: | 384 description: |