mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
rename basedomain
This commit is contained in:
parent
8d45302e26
commit
97fc293df7
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit ad4c81ed844f42e45467cd4467d993d30b1f8ce0
|
||||
Subproject commit 913336280a1acab058ff9a9d6c3ea47235d9d2ee
|
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user