Skip to content

Commit

Permalink
Un-hypenate sign-in
Browse files Browse the repository at this point in the history
We don't hypenate it elsewhere.
  • Loading branch information
BryceStevenWilley committed Dec 22, 2023
1 parent 3d0181d commit 70c5eea
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 70c5eea

Please sign in to comment.