Explain what permissions are used for in the onboarding

This commit is contained in:
Lucas Verney 2018-07-17 17:04:49 +02:00
parent 959cdba36c
commit a67462fab0
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<v-layout row class="white mb-3">
<v-flex xs6 offset-xs3>
<v-switch class="switch" color="success" :label="$t('geolocation.geolocation')" v-model="hasGeolocationPermission" readonly @click="handleGeolocationPermission"></v-switch>
<v-switch class="switch" :messages="[`<i aria-hidden='true' class='v-icon material-icons' style='vertical-align: middle;'>help</i> ${$t('about.geolocationDescription')}`]" color="success" :label="$t('geolocation.geolocation')" v-model="hasGeolocationPermission" readonly @click="handleGeolocationPermission"></v-switch>
</v-flex>
</v-layout>