1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00

rename to match detection

This commit is contained in:
Kyle Spearrin
2018-03-12 12:28:41 -04:00
parent 4895aa2181
commit 89bdfac963
3 changed files with 8 additions and 8 deletions

View File

@@ -191,7 +191,7 @@
<input id="loginUri{{i}}" type="text" name="Login.Uris[{{i}}].Uri" [(ngModel)]="u.uri"
placeholder="{{'ex' | i18n}} https://google.com">
<label for="loginUriMatch{{i}}" class="sr-only">
{{'autofillDetection' | i18n}} {{(i + 1)}}
{{'matchDetection' | i18n}} {{(i + 1)}}
</label>
<select id="loginUriMatch{{i}}" name="Login.Uris[{{i}}].Match" [(ngModel)]="u.match"
[hidden]="u.showOptions === false || (u.showOptions == null && u.match == null)"