diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/locales/footnotes.en.yml | 7 | ||||
| -rw-r--r-- | config/locales/footnotes.fr.yml | 4 | 
2 files changed, 6 insertions, 5 deletions
| diff --git a/config/locales/footnotes.en.yml b/config/locales/footnotes.en.yml index 5b86f0806..c0e29bdc2 100644 --- a/config/locales/footnotes.en.yml +++ b/config/locales/footnotes.en.yml @@ -15,6 +15,7 @@ en:          other: "notes"      attributes:        footnote: -        code: "number" -        checksum: checksum -        label: "line text" +        code: "Number" +        checksum: Checksum +        label: "Line text" + diff --git a/config/locales/footnotes.fr.yml b/config/locales/footnotes.fr.yml index 5169cfc11..2cf81d5b6 100644 --- a/config/locales/footnotes.fr.yml +++ b/config/locales/footnotes.fr.yml @@ -15,6 +15,6 @@ fr:          other: "notes"      attributes:        footnote: -        code: "titre" +        code: "Titre"          checksum: Signature métier -        label: "texte" +        label: "Texte" | 
