Skip to content

Commit cf432d9

Browse files
committed
fix(strings): update verification success message for clarity
- Revised the verification success message to improve clarity and user experience. - Ensured the message accurately reflects access granted to the Python Italia community.
1 parent 0bf4d50 commit cf432d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/python_italy_bot/strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
)
3838

3939
VERIFY_SUCCESS = (
40-
"Verifica completata. Accesso liberato—benvenuto nella comunità Python Italia."
40+
"Verifica completata. Accesso concesso alla comunità Python Italia."
4141
)
4242

4343
VERIFY_UNKNOWN_COMMAND = (

0 commit comments

Comments
 (0)