Dialogs: Clarify comment on password popup (#4932)

* Dialogs: Clarify comment on password popup

* Update zabapgit_password_dialog.prog.abap
This commit is contained in:
Marc Bernard 2021-09-02 10:34:32 -04:00 committed by GitHub
parent 1e45aba878
commit bbfc90420a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.