This is an automated email from the ASF dual-hosted git repository.
dill0wn pushed a commit to branch gc/8403
in repository https://gitbox.apache.org/repos/asf/allura.git
The following commit(s) were added to refs/heads/gc/8403 by this push:
new aa6f422 fixup! fixup! fixup! 8403 added field diver for SF project
shortname and a on blur event on project_url to check for valid github url
aa6f422 is described below
commit aa6f422b51be440677e5f172e4738aac10b063b9
Author: Dillon Walls <[email protected]>
AuthorDate: Tue Dec 14 19:17:18 2021 +0000
fixup! fixup! fixup! 8403 added field diver for SF project shortname and a
on blur event on project_url to check for valid github url
---
ForgeImporters/forgeimporters/github/templates/project.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ForgeImporters/forgeimporters/github/templates/project.html
b/ForgeImporters/forgeimporters/github/templates/project.html
index bf93df4..97211c4 100644
--- a/ForgeImporters/forgeimporters/github/templates/project.html
+++ b/ForgeImporters/forgeimporters/github/templates/project.html
@@ -25,7 +25,7 @@
<p>Paste your Github URL to auto-fill your repository information</p>
</div>
<div class="grid-7" style="clear:left">
- <label>GitHub Project URL
+ <label>GitHub Repository URL
<span class="tooltip" title="A valid Github repository URL">{{
shared_svgs_macro.global_svgs('info-circle', class='svgico info-circle')
}}</span>
</label>
</div>