Merge pull request #807 from dod-ccpo/content-cleanup

Cleaning up content
This commit is contained in:
rachel-dtr
2019-05-07 11:00:22 -04:00
committed by GitHub
3 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
{% macro RequiredLabel() -%}
<span class='label label--error'>Response Required</span>
<span class='label label--error'>{{ "common.response_label" | translate }}</span>
{%- endmacro %}