rename basedomain

This commit is contained in:
Kyle Spearrin 2018-03-02 13:50:35 -05:00
parent 8d45302e26
commit 97fc293df7
2 changed files with 2 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit ad4c81ed844f42e45467cd4467d993d30b1f8ce0 Subproject commit 913336280a1acab058ff9a9d6c3ea47235d9d2ee

View File

@ -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 },