Skip to content

Commit

Permalink
Merge pull request #808 from SuffolkLITLab/sign_in
Browse files Browse the repository at this point in the history
Un-hypenate sign-in
  • Loading branch information
nonprofittechy authored Dec 23, 2023
2 parents 3d0181d + 70c5eea commit 9ecb545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docassemble/AssemblyLine/data/questions/al_visual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ code: |
default screen parts:
under: |
% if not user_logged_in():
[:sign-in-alt: Sign-in](${url_of('login', next=interview_url())}) or [register](${url_of('register', next=interview_url())}) to save your progress (optional).
[:sign-in-alt: Sign in](${url_of('login', next=interview_url())}) or [register](${url_of('register', next=interview_url())}) to save your progress (optional).
% endif
footer: |
[:share-alt-square: Share](${ url_ask([{'undefine': ['al_sharing_type','al_how_share_link']}, 'al_share_form_screen', {'recompute': ['al_did_share_form']}, 'al_share_results']) })
Expand Down

0 comments on commit 9ecb545

Please sign in to comment.