mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Dialogs: Clarify comment on password popup (#4932)
* Dialogs: Clarify comment on password popup * Update zabapgit_password_dialog.prog.abap
This commit is contained in:
parent
1e45aba878
commit
bbfc90420a
|
@ -64,7 +64,7 @@ CLASS lcl_password_dialog IMPLEMENTATION.
|
|||
CLEAR p_pass.
|
||||
p_url = iv_repo_url.
|
||||
p_user = cv_user.
|
||||
p_cmnt = 'GitHub requires using tokens (since August 2021)'.
|
||||
p_cmnt = 'GitHub requires using personal tokens (since 8/2021)'.
|
||||
gv_confirm = abap_false.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user