1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +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

@@ -113,7 +113,7 @@ export class AddEditComponent implements OnChanges {
{ name: i18nService.t('cfTypeBoolean'), value: FieldType.Boolean },
];
this.uriMatchOptions = [
{ name: i18nService.t('defaultAutofillDetection'), value: null },
{ name: i18nService.t('defaultMatchDetection'), value: null },
{ name: i18nService.t('baseDomain'), value: UriMatchType.Domain },
{ name: i18nService.t('host'), value: UriMatchType.Host },
{ name: i18nService.t('startsWith'), value: UriMatchType.StartsWith },