1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

change to full hostname to host

This commit is contained in:
Kyle Spearrin
2018-03-02 12:03:27 -05:00
parent 59b8014c69
commit 8d45302e26
4 changed files with 6 additions and 5 deletions

View File

@@ -115,7 +115,7 @@ export class AddEditComponent implements OnChanges {
this.uriMatchOptions = [
{ name: i18nService.t('defaultAutofillDetection'), value: null },
{ name: i18nService.t('baseDomain'), value: UriMatchType.BaseDomain },
{ name: i18nService.t('fullHostname'), value: UriMatchType.FullHostname },
{ name: i18nService.t('host'), value: UriMatchType.Host },
{ name: i18nService.t('startsWith'), value: UriMatchType.StartsWith },
{ name: i18nService.t('regEx'), value: UriMatchType.RegularExpression },
{ name: i18nService.t('exact'), value: UriMatchType.Exact },