Fix typo on main page (#82)

This commit is contained in:
Bram Ceulemans
2021-08-21 21:07:27 +02:00
committed by GitHub
parent 71e70e50c5
commit 487001af48

View File

@@ -29,7 +29,7 @@
:enabled="this.currentSelection == SelectionType.Strict" :enabled="this.currentSelection == SelectionType.Strict"
@click="selectType(SelectionType.Strict)" @click="selectType(SelectionType.Strict)"
v-tooltip=" '🚫 Stronger privacy, disables risky functions that may leak your data.<br/>' + v-tooltip=" '🚫 Stronger privacy, disables risky functions that may leak your data.<br/>' +
'⚠️ Double check to remove sripts where you would trade functionality for privacy<br/>' + '⚠️ Double check to remove scripts where you would trade functionality for privacy<br/>' +
'💡 Recommended for daily users that prefers more privacy over non-essential functions'" '💡 Recommended for daily users that prefers more privacy over non-essential functions'"
/> />
</div> </div>