Updating capitalization for app settings

This commit is contained in:
rachel-dtr 2019-04-16 10:51:31 -04:00
parent 13a16dc83f
commit 649f7260ab
3 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
{{ EmptyState( {{ EmptyState(
'This portfolio doesnt have any applications yet.', 'This portfolio doesnt have any applications yet.',
action_label='Add a New Application' if can_create_applications else None, action_label='Add a new application' if can_create_applications else None,
action_href=url_for('portfolios.new_application', portfolio_id=portfolio.id) if can_create_applications else None, action_href=url_for('portfolios.new_application', portfolio_id=portfolio.id) if can_create_applications else None,
icon='cloud', icon='cloud',
sub_message=None if can_create_applications else 'Please contact your JEDI Cloud portfolio administrator to set up a new application.' sub_message=None if can_create_applications else 'Please contact your JEDI Cloud portfolio administrator to set up a new application.'

View File

@ -142,7 +142,7 @@
{{ EmptyState( {{ EmptyState(
'Nothing to report', 'Nothing to report',
action_label='Add a New Application' if can_create_applications else None, action_label='Add a new application' if can_create_applications else None,
action_href=url_for('portfolios.new_application', portfolio_id=portfolio.id) if can_create_applications else None, action_href=url_for('portfolios.new_application', portfolio_id=portfolio.id) if can_create_applications else None,
icon='chart', icon='chart',
sub_message=message sub_message=message

View File

@ -593,7 +593,7 @@ portfolios:
existing_application_title: '{application_name} Application Settings' existing_application_title: '{application_name} Application Settings'
new_application_title: New Application new_application_title: New Application
settings_heading: Application Settings settings_heading: Application Settings
environments_heading: Application Environments environments_heading: Application environments
environments_description: Each environment created within an application is logically separated from one another for easier management and security. environments_description: Each environment created within an application is logically separated from one another for easier management and security.
update_button_text: Save update_button_text: Save
create_button_text: Create create_button_text: Create
@ -605,7 +605,7 @@ portfolios:
members: Members members: Members
add_environment: Add New Environment add_environment: Add New Environment
delete: delete:
button: Delete Application button: Delete application
header: Are you sure you want to delete this application? header: Are you sure you want to delete this application?
alert: alert:
title: Warning! This action is permanent. title: Warning! This action is permanent.