diff --git a/jslib b/jslib index ad4c81ed84..913336280a 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit ad4c81ed844f42e45467cd4467d993d30b1f8ce0 +Subproject commit 913336280a1acab058ff9a9d6c3ea47235d9d2ee diff --git a/src/app/vault/add-edit.component.ts b/src/app/vault/add-edit.component.ts index 6e463d2759..14a7b59563 100644 --- a/src/app/vault/add-edit.component.ts +++ b/src/app/vault/add-edit.component.ts @@ -114,7 +114,7 @@ export class AddEditComponent implements OnChanges { ]; this.uriMatchOptions = [ { name: i18nService.t('defaultAutofillDetection'), value: null }, - { name: i18nService.t('baseDomain'), value: UriMatchType.BaseDomain }, + { name: i18nService.t('baseDomain'), value: UriMatchType.Domain }, { name: i18nService.t('host'), value: UriMatchType.Host }, { name: i18nService.t('startsWith'), value: UriMatchType.StartsWith }, { name: i18nService.t('regEx'), value: UriMatchType.RegularExpression },