diff --git a/docassemble/AssemblyLine/data/questions/al_document.yml b/docassemble/AssemblyLine/data/questions/al_document.yml
index 23638d50..3525c23a 100644
--- a/docassemble/AssemblyLine/data/questions/al_document.yml
+++ b/docassemble/AssemblyLine/data/questions/al_document.yml
@@ -89,7 +89,7 @@ code: |
# Used in the email subject line when email is triggered on download screen.
# This defaults to the interview title. For example, if the
# interview title is "Guardianship Helper", the email
- # subject would be "Your Guardianship Helper document from CourtFormsOnline is ready".
+ # subject would be "Your Guardianship Helper document from docassemble is ready".
# Customize this if you prefer something like "Your guardianship document is ready"
x.document_label = str(
all_variables(special="titles").get(
diff --git a/docassemble/AssemblyLine/data/questions/al_settings.yml b/docassemble/AssemblyLine/data/questions/al_settings.yml
index 31967096..99b4a881 100644
--- a/docassemble/AssemblyLine/data/questions/al_settings.yml
+++ b/docassemble/AssemblyLine/data/questions/al_settings.yml
@@ -7,13 +7,13 @@ code: |
# Set this to the name of your application
# Defaults to checking for a possible name from global docassemble config
al_app_name = get_config(
- "appname", get_config("external hostname", "CourtFormsOnline.org")
+ "appname", get_config("external hostname", "docassemble")
)
---
code: |
# The name of your organization. Defaults to a similar value as `al_app_name`,
# but is still distinct
- AL_ORGANIZATION_TITLE = get_config("appname", "CourtFormsOnline")
+ AL_ORGANIZATION_TITLE = get_config("appname", "docassemble")
---
code: |
AL_ORGANIZATION_HOMEPAGE = get_config("app homepage", "https://courtformsonline.org")
diff --git a/docassemble/AssemblyLine/data/questions/interview_list.yml b/docassemble/AssemblyLine/data/questions/interview_list.yml
index 2f591a3a..5432ce2d 100644
--- a/docassemble/AssemblyLine/data/questions/interview_list.yml
+++ b/docassemble/AssemblyLine/data/questions/interview_list.yml
@@ -158,7 +158,7 @@ default screen parts:
% elif showifdef("AL_ORGANIZATION_TITLE"):
${ AL_ORGANIZATION_TITLE }
% else:
- ${ get_config("app name", "CourtFormsOnline") }
+ ${ get_config("appname", "docassemble") }
% endif
short title: |
% if PAGE_TITLE:
@@ -166,7 +166,7 @@ default screen parts:
% elif showifdef("AL_ORGANIZATION_TITLE"):
${ AL_ORGANIZATION_TITLE }
% else:
- ${ get_config("app name", "CourtFormsOnline") }
+ ${ get_config("appname", "docassemble") }
% endif
title url: |
% if LOGO_URL:
@@ -197,7 +197,7 @@ default screen parts:
% elif showifdef("AL_ORGANIZATION_TITLE"):
${ AL_ORGANIZATION_TITLE }
% else:
- ${ get_config("app name", "CourtFormsOnline") }
+ ${ get_config("appname", "docassemble") }
% endif
% if LOGO_TITLE_ROW_2:
${ LOGO_TITLE_ROW_2 }
@@ -223,7 +223,7 @@ default screen parts:
% elif showifdef("AL_ORGANIZATION_TITLE"):
${ AL_ORGANIZATION_TITLE }
% else:
- ${ get_config("app name", "CourtFormsOnline") }
+ ${ get_config("appname", "docassemble") }
% endif
% if LOGO_TITLE_ROW_2:
${ LOGO_TITLE_ROW_2 }