Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
height="100" />
<h2>Generate a GitHub Actions Workflow for MATLAB</h2>
<p class="lead text-muted">
Enter your repository to generate a starter workflow.
Enter your GitHub repository to generate a starter workflow.
</p>
</div>
<div class="ps-4 pe-4">
Expand All @@ -64,10 +64,10 @@ <h2>Generate a GitHub Actions Workflow for MATLAB</h2>
required
autofocus />
<label for="repo" class="form-label">
username/repository or URL
URL or username/repository
</label>
<div class="invalid-feedback">
Please enter a valid username/repository or URL
Please enter a valid URL or username/repository.
</div>
</div>
<button
Expand Down