Browse Source

fix missing closing <p> tag in ToS in en.yml (#4262)

pull/4/head
Damien Erambert 6 years ago
committed by Eugen Rochko
parent
commit
4c7a9adb98
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/locales/en.yml

+ 1
- 1
config/locales/en.yml View File

@ -494,7 +494,7 @@ en:
<p>This document is CC-BY-SA. It was last updated May 31, 2013.</p>
<p>Originally adapted from the <a href="https://github.com/discourse/discourse">Discourse privacy policy</a>.
<p>Originally adapted from the <a href="https://github.com/discourse/discourse">Discourse privacy policy</a>.</p>
title: "%{instance} Terms of Service and Privacy Policy"
time:
formats:

Loading…
Cancel
Save