mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
rename basedomain
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: ad4c81ed84...913336280a
@@ -114,7 +114,7 @@ export class AddEditComponent implements OnChanges {
|
|||||||
];
|
];
|
||||||
this.uriMatchOptions = [
|
this.uriMatchOptions = [
|
||||||
{ name: i18nService.t('defaultAutofillDetection'), value: null },
|
{ 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('host'), value: UriMatchType.Host },
|
||||||
{ name: i18nService.t('startsWith'), value: UriMatchType.StartsWith },
|
{ name: i18nService.t('startsWith'), value: UriMatchType.StartsWith },
|
||||||
{ name: i18nService.t('regEx'), value: UriMatchType.RegularExpression },
|
{ name: i18nService.t('regEx'), value: UriMatchType.RegularExpression },
|
||||||
|
|||||||
Reference in New Issue
Block a user