summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/BlitzTab.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/BlitzTab.vue b/src/BlitzTab.vue
index f8d1b54..174ac98 100644
--- a/src/BlitzTab.vue
+++ b/src/BlitzTab.vue
@@ -21,15 +21,15 @@
<div class="tile is-parent">
<talent-box class="tile is-child is-dark notification"
- title="Highest Leveled Up"
- type="Avg Level"
+ title="Highest Level"
+ type="Average Level"
:value="(highestLevelAvg.Level).toFixed(2)"
:entry="highestLevelAvg" />
</div>
<div class="tile is-parent">
<talent-box class="tile is-child is-dark notification"
- title="Lowest Leveled Up"
- type="Avg Level"
+ title="Lowest Level"
+ type="Average Level"
:value="(lowestLevelAvg.Level).toFixed(2)"
:entry="lowestLevelAvg" />
</div>