Skip to content

Commit f82b6ff

Browse files
authored
Standardize spelling of OddsPath as one word. (#510)
Co-authored-by: Jeremy Stone <74574922+jstone-uw@users.noreply.github.com>
1 parent 36e43a1 commit f82b6ff

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

src/components/RangeTable.vue

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
</tr>
8080
<tr>
8181
<td :colspan="sortedRanges.length" style="text-align: center; font-weight: bold; background-color: #f0f0f0">
82-
<span>Odds Path Calculations</span>
82+
<span>OddsPath Calculations</span>
8383
<Button
8484
v-tooltip.right="{
8585
value:
@@ -97,12 +97,12 @@
9797
</tr>
9898
<tr>
9999
<td v-for="range in sortedRanges" :key="range">
100-
<span v-if="range.classification == 'abnormal'">Odds Path Abnormal</span>
101-
<span v-else-if="range.classification == 'normal'">Odds Path Normal</span>
100+
<span v-if="range.classification == 'abnormal'">OddsPath Abnormal</span>
101+
<span v-else-if="range.classification == 'normal'">OddsPath Normal</span>
102102
<span v-else>N/A</span>
103103
</td>
104-
<!-- <td v-if="abnormalRanges.length" :colspan="abnormalRanges.length">Odds Path Abnormal</td>
105-
<td v-if="normalRanges.length" :colspan="normalRanges.length">Odds Path Normal</td>
104+
<!-- <td v-if="abnormalRanges.length" :colspan="abnormalRanges.length">OddsPath Abnormal</td>
105+
<td v-if="normalRanges.length" :colspan="normalRanges.length">OddsPath Normal</td>
106106
<td v-if="unspecifiedRanges.length" :colspan="unspecifiedRanges.length">N/A</td> -->
107107
</tr>
108108
<tr>

src/components/screens/ScoreSetEditor.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@
595595
<template #title
596596
>OddsPath Ratio and Evidence Strength
597597
<Button
598-
aria-label="Delete odds path"
598+
aria-label="Delete OddsPath"
599599
icon="pi pi-times"
600600
rounded
601601
severity="danger"
@@ -673,9 +673,9 @@
673673
<div v-else>
674674
<Card>
675675
<template #title
676-
>Add Odds Path
676+
>Add OddsPath
677677
<Button
678-
aria-label="Add Odds Path"
678+
aria-label="Add OddsPath"
679679
icon="pi pi-plus"
680680
rounded
681681
style="float: right"

0 commit comments

Comments
 (0)