Make file size limit configurable
This commit is contained in:
@@ -308,7 +308,7 @@ forms:
|
||||
length_error: Filename may be no longer than 100 characters.
|
||||
task_order:
|
||||
upload_error: There was an error uploading your file. Please try again. If you encounter repeated problems uploading this file, please contact CCPO.
|
||||
size_error: The file you have selected is too large. Please choose a file no larger than 64MB.
|
||||
size_error: "The file you have selected is too large. Please choose a file no larger than {file_size_limit}MB."
|
||||
filename_error: File names can only contain the characters A-Z, 0-9, space, hyphen, underscore, and period.
|
||||
number_description: 13-Digit Task Order Number
|
||||
pop_errors:
|
||||
@@ -552,7 +552,7 @@ task_orders:
|
||||
pop_end_alert: "A CLIN's period of performance must end before {end_date}."
|
||||
pop_example: "For example: 07 04 1776"
|
||||
pop_start: Start Date
|
||||
supporting_docs_size_limit: Your file may not exceed 64MB
|
||||
supporting_docs_size_limit: "Your file may not exceed {file_size_limit}MB"
|
||||
step_1:
|
||||
title: Upload your approved Task Order (TO)
|
||||
description: Upload your approved Task Order here. You are required to confirm you have the appropriate signature. You will have the ability to add additional approved Task Orders with more funding to this Portfolio in the future.
|
||||
|
Reference in New Issue
Block a user