Commit 8ee9f4a900e890de10c9e6a82b4c213b27ae5928
1 parent
5b6d9d3d
Exists in
master
Add additional content to the "backoffice". … (sigh)
Showing
1 changed file
with
26 additions
and
1 deletions
Show diff stats
content.yml
... | ... | @@ -338,6 +338,8 @@ estimate: |
338 | 338 | <br> |
339 | 339 | It may take from a few minutes up to a few hours, |
340 | 340 | depending on the amount of locations you provided. |
341 | + | |
342 | + | |
341 | 343 | # Labels accept HTML, but not markdown |
342 | 344 | # Descriptions accept neither, since we use the HTML title attribute |
343 | 345 | form: |
... | ... | @@ -388,7 +390,30 @@ estimate: |
388 | 390 | description: | |
389 | 391 | We will only look through Cities specified in the Destination Cities. |
390 | 392 | |
393 | +estimate_queue: | |
394 | + hero: | |
395 | + title: Please wait… | |
396 | + description: | | |
397 | + Your estimation is being computed. | |
398 | + This may take several minutes. | |
399 | + <br> | |
400 | + This webpage will automatically update when it is done. | |
401 | + | |
402 | +estimation: | |
403 | + hero: | |
404 | + title: Your estimation is now available! | |
405 | + description: | | |
406 | + Thank you for using our service. | |
407 | + <br> | |
408 | + Bookmark this webpage, it is private and unlisted. | |
409 | + failure: | |
410 | + hero: | |
411 | + title: Your estimation has failed! | |
412 | + description: | | |
413 | + Sorry about that. Please find the error message below. | |
414 | + <br> | |
415 | + Thank you for using our service. | |
391 | 416 | |
392 | 417 | footer: |
393 | 418 | credits: | |
394 | - Didier Barret © 2019 | |
395 | 419 | \ No newline at end of file |
420 | + Didier Barret © 2019 | ... | ... |