Skip to content

Minor user-facing text tweak #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 25, 2025
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