This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 271d7d18 Try to clarify the GitHub id field
271d7d18 is described below
commit 271d7d187810f54c6fa43cb713823f6f12af4d22
Author: Sebb <[email protected]>
AuthorDate: Tue May 7 11:30:48 2024 +0100
Try to clarify the GitHub id field
---
www/roster/views/person/github.js.rb | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/www/roster/views/person/github.js.rb
b/www/roster/views/person/github.js.rb
index e992c419..e99bcd71 100644
--- a/www/roster/views/person/github.js.rb
+++ b/www/roster/views/person/github.js.rb
@@ -8,10 +8,9 @@ class PersonGitHub < Vue
_div.row data_edit: 'github' do
_div.name do
- _ 'GitHub username(s) '
- _b '(user-provided)'
+ _ 'GitHub username(s)'
_br
- _b 'N.B. not synched with the linked id'
+ _b 'N.B. not synched with the ASF-linked id'
_br
_a 'Link GitHub username to ASF id', href:
'https://gitbox.apache.org/boxer/'
end
@@ -52,7 +51,7 @@ class PersonGitHub < Vue
end
end
end
- _ '(user-provided, so might not be the one linked to the ASF id)'
+ _ '(The above are added by the user, so might not match the one
linked to the ASF id)'
end
end
end