Skip to content

Commit 760e6ef

Browse files
committed
Normalise the en file
1 parent 5d2d9c2 commit 760e6ef

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

config/locales/en.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -772,6 +772,16 @@ en:
772772
file_body_html: |
773773
<p>People can only upload one file for each file upload question.</p>
774774
<p>A form can have up to 4 file upload questions.</p>
775+
hint_text: Hint text (optional)
776+
is_optional_options:
777+
'false': Mandatory
778+
'true': Optional
779+
is_repeatable_options:
780+
'false': No - this question can only be answered once
781+
'true': 'Yes'
782+
question_text:
783+
default: Question text
784+
file: Ask for a file
775785
summary: What files can people upload?
776786
summary_body_html: |
777787
<p>People can upload the following file types:</p>
@@ -784,16 +794,6 @@ en:
784794
<li>text (.json, .odt, .rtf, .txt)</li>
785795
</ul>
786796
<p>Each file must be smaller than 7MB.</p>
787-
hint_text: Hint text (optional)
788-
is_optional_options:
789-
'false': Mandatory
790-
'true': Optional
791-
is_repeatable_options:
792-
'false': No - this question can only be answered once
793-
'true': 'Yes'
794-
question_text:
795-
default: Question text
796-
file: Ask for a file
797797
pages_secondary_skip_input:
798798
default_goto_page_id: Select a question or page
799799
default_routing_page_id: Select a question

0 commit comments

Comments
 (0)