Skip to content

Commit

Permalink
remove the slash from reverse right (#1502)
Browse files Browse the repository at this point in the history
  • Loading branch information
RLCorp authored Feb 19, 2024
1 parent d428671 commit 5e7a7df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h3 class="popover-title des-header-style-3">Manoeuvre 1</h3>
id="manoeuvres-reverse-right-radio1"
class="gds-radio-button"
/>
<label for="manoeuvres-reverse-right-radio1" class="radio-label">Reverse / right</label>
<label for="manoeuvres-reverse-right-radio1" class="radio-label">Reverse right</label>
</ion-col>
</ion-row>
<ion-row>
Expand Down Expand Up @@ -160,7 +160,7 @@ <h3 class="popover-title des-header-style-3">Manoeuvre 2</h3>
id="manoeuvres-reverse-right-radio2"
class="gds-radio-button"
/>
<label for="manoeuvres-reverse-right-radio2" class="radio-label">Reverse / right</label>
<label for="manoeuvres-reverse-right-radio2" class="radio-label">Reverse right</label>
</ion-col>
</ion-row>
<ion-row>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class="gds-radio-button"
/>
<label for="manoeuvres-reverse-right-radio" class="radio-label" id="manoeuvres-reverse-right-label">
Reverse / right
Reverse right
</label>
</ion-col>
</ion-row>
Expand Down

0 comments on commit 5e7a7df

Please sign in to comment.