diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-12 11:00:55 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 16:59:22 +0100 |
| commit | 921a6d7f223b761678dada08c3d1874c3cf91101 (patch) | |
| tree | d9b7aa339e00af833b55811f3799ac0c6ca6cc42 /src | |
| parent | 6597004a76a30c6aa12603278209410d228cc7a6 (diff) | |
| download | brokentalents-921a6d7f223b761678dada08c3d1874c3cf91101.tar.gz brokentalents-921a6d7f223b761678dada08c3d1874c3cf91101.zip | |
BlitzTab: Avg -> Average
Diffstat (limited to 'src')
| -rw-r--r-- | src/BlitzTab.vue | 8 |
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> |
