1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

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

Submodule jslib updated: ad4c81ed84...913336280a

View File

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