Skip to content

Commit

Permalink
Link or Text => URL or Text
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Oct 12, 2023
1 parent 6382054 commit c96ac07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/QRCodeGenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def render_form_v2(self):
else 2,
)
(url, vCard, existing), index = st.controllable_tabs(
["πŸ–ŠοΈ Link or Text", "πŸ“‡ Contact vCard", "πŸ“· Existing QR Code"],
["πŸ–ŠοΈ URL or Text", "πŸ“‡ Contact vCard", "πŸ“· Existing QR Code"],
key="__qr_input_type_index",
)

Expand Down

0 comments on commit c96ac07

Please sign in to comment.