Skip to content

Commit

Permalink
add full stops to complete sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Sep 17, 2024
1 parent b5ebbb7 commit 2f46495
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/NewTestModal.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ class="active" aria-current="true" aria-label="Slide 1"></button>
</div>
<div id="yearsToTestGrid"></div>
<input type="number" class="invisible" id="yearSinceUntilShadow" value="1970" required>
<div class="invalid-feedback exactCorrespondenceSince d-none"><?php echo _("Please set the year from which the liturgical event should exist"); ?></div>
<div class="invalid-feedback exactCorrespondenceUntil d-none"><?php echo _("Please set the year until which the liturgical event should exist"); ?></div>
<div class="invalid-feedback variableCorrespondence d-none"><?php echo _("Please set the years in which the liturgical event should not exist"); ?></div>
<div class="invalid-feedback exactCorrespondenceSince d-none"><?php echo _("Please set the year from which the liturgical event should exist."); ?></div>
<div class="invalid-feedback exactCorrespondenceUntil d-none"><?php echo _("Please set the year until which the liturgical event should exist."); ?></div>
<div class="invalid-feedback variableCorrespondence d-none"><?php echo _("Please set the years in which the liturgical event should not exist."); ?></div>
</div>
</div>
<div class="carousel-item" data-item='2'>
Expand Down

0 comments on commit 2f46495

Please sign in to comment.