mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-30 04:29:28 +02:00
fix typos
This commit is contained in:
@@ -16,9 +16,9 @@
|
||||
name="anonymize"
|
||||
novalidate
|
||||
>
|
||||
<h5 class="card-title">Annoymize a reposiotry</h5>
|
||||
<h5 class="card-title">Anonymize a repository</h5>
|
||||
<h6 class="card-subtitle mb-2 text-muted">
|
||||
Fill the information to annoymize! It will only take 5min.
|
||||
Fill the information to anonymize! It will only take 5min.
|
||||
</h6>
|
||||
<!-- repoUrl -->
|
||||
<div class="form-group">
|
||||
@@ -50,7 +50,7 @@
|
||||
class="invalid-feedback"
|
||||
ng-show="anonymize.repoUrl.$error.used"
|
||||
>
|
||||
{{repoUrl}} is already anonymized
|
||||
{{repoUrl}} is already d
|
||||
</div>
|
||||
</div>
|
||||
<!-- select repo -->
|
||||
@@ -316,7 +316,7 @@
|
||||
>Github page</label
|
||||
>
|
||||
<small id="termsHelp" class="form-text text-muted"
|
||||
>Enable anonymized Github pages. It currently only suported for Github pages that are defined in the same branch. It will be available
|
||||
>Enable anonymized Github pages. It currently only supported for Github pages that are defined in the same branch. It will be available
|
||||
at https://anonymous.4open.science/w/{{repoId}}</small
|
||||
>
|
||||
</div>
|
||||
@@ -333,7 +333,7 @@
|
||||
>
|
||||
<small id="termsHelp" class="form-text text-muted"
|
||||
>Display the number of line of code in the
|
||||
reposiotry</small
|
||||
repository</small
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
@@ -490,7 +490,7 @@
|
||||
ng-show="repoUrl"
|
||||
ng-if="!isUpdate"
|
||||
>
|
||||
Annoymize
|
||||
Anonymize
|
||||
</button>
|
||||
<button
|
||||
id="submit"
|
||||
|
||||
Reference in New Issue
Block a user