Introduce a "common" namespace
This commit is contained in:
parent
1941b57995
commit
7a9ca945f3
@ -37,7 +37,7 @@
|
|||||||
{% block next %}
|
{% block next %}
|
||||||
|
|
||||||
<div class='action-group'>
|
<div class='action-group'>
|
||||||
<input type='submit' class='usa-button usa-button-primary' value='{{ "requests._new.save_and_continue" | translate }}' />
|
<input type='submit' class='usa-button usa-button-primary' value='{{ "common.save_and_continue" | translate }}' />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -9,6 +9,8 @@ base_public:
|
|||||||
header_title: JEDI Cloud
|
header_title: JEDI Cloud
|
||||||
login: Log in
|
login: Log in
|
||||||
title_tag: JEDI Cloud
|
title_tag: JEDI Cloud
|
||||||
|
common:
|
||||||
|
save_and_continue: Save & Continue
|
||||||
components:
|
components:
|
||||||
modal:
|
modal:
|
||||||
close: Close
|
close: Close
|
||||||
@ -206,7 +208,6 @@ navigation:
|
|||||||
requests:
|
requests:
|
||||||
_new:
|
_new:
|
||||||
new_request: New Request
|
new_request: New Request
|
||||||
save_and_continue: Save & Continue
|
|
||||||
approval:
|
approval:
|
||||||
add_comment: Add a comment
|
add_comment: Add a comment
|
||||||
approve_comments_or_notes_description: Provide any comments or notes regarding the approval of this request. <strong>This message will be shared with the person making the JEDI request.</strong>
|
approve_comments_or_notes_description: Provide any comments or notes regarding the approval of this request. <strong>This message will be shared with the person making the JEDI request.</strong>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user