diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-07-22 11:14:32 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 17:09:32 +0100 |
| commit | cb27e8d019ed97c4d72a893bd0287109f2158116 (patch) | |
| tree | a1c42b0a0a61d51fffe4676cf79a7e47720bd074 /src | |
| parent | f40322261909ff6e7efdbb7d89e33a147dd32d60 (diff) | |
| download | brokentalents-cb27e8d019ed97c4d72a893bd0287109f2158116.tar.gz brokentalents-cb27e8d019ed97c4d72a893bd0287109f2158116.zip | |
WinPickScatter: 'Average Win Rate' -> 'Win Rate'
automatic build
Diffstat (limited to 'src')
| -rw-r--r-- | src/WinPickScatter.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WinPickScatter.vue b/src/WinPickScatter.vue index 0aff6c8..107a67a 100644 --- a/src/WinPickScatter.vue +++ b/src/WinPickScatter.vue @@ -2,7 +2,7 @@ <section> <div class="block" v-show="hasTalents"> <b-radio v-model="yMetric" native-value="TotalWinner"> - Average Win Rate + Win Rate </b-radio> <b-radio v-model="yMetric" native-value="TalentWinrateBase"> Level 1 Win Rate |
