mirror of
https://github.com/bitwarden/browser
synced 2025-01-11 09:55:18 +01:00
checked -> checkbox (#10212)
This commit is contained in:
parent
52f6b24020
commit
0e207e851a
@ -1317,8 +1317,8 @@
|
||||
"cfTypeBoolean": {
|
||||
"message": "Boolean"
|
||||
},
|
||||
"cfTypeChecked": {
|
||||
"message": "Checked"
|
||||
"cfTypeCheckbox": {
|
||||
"message": "Checkbox"
|
||||
},
|
||||
"cfTypeLinked": {
|
||||
"message": "Linked",
|
||||
|
@ -52,7 +52,7 @@ export class AddEditCustomFieldDialogComponent {
|
||||
fieldTypeOptions = [
|
||||
{ name: this.i18nService.t("cfTypeText"), value: FieldType.Text },
|
||||
{ name: this.i18nService.t("cfTypeHidden"), value: FieldType.Hidden },
|
||||
{ name: this.i18nService.t("cfTypeChecked"), value: FieldType.Boolean },
|
||||
{ name: this.i18nService.t("cfTypeCheckbox"), value: FieldType.Boolean },
|
||||
{ name: this.i18nService.t("cfTypeLinked"), value: FieldType.Linked },
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user