Update PropertyMenu.Delete id
This commit is contained in:
parent
6a665886f2
commit
e2a9597b78
2 changed files with 2 additions and 2 deletions
|
@ -50,12 +50,12 @@
|
|||
"Mutator.new-card-from-template": "new card from template",
|
||||
"Mutator.new-template-from-board": "new template from board",
|
||||
"Mutator.new-template-from-card": "new template from card",
|
||||
"PropertyMenu.Delete": "Delete",
|
||||
"PropertyMenu.changeType": "Change property type",
|
||||
"PropertyMenu.typeTitle": "Type",
|
||||
"PropertyType.Checkbox": "Checkbox",
|
||||
"PropertyType.CreatedBy": "Created By",
|
||||
"PropertyType.CreatedTime": "Created Time",
|
||||
"PropertyType.Delete": "Delete",
|
||||
"PropertyType.Email": "Email",
|
||||
"PropertyType.File": "File or Media",
|
||||
"PropertyType.MultiSelect": "Multi Select",
|
||||
|
|
|
@ -50,7 +50,7 @@ const PropertyMenu = React.memo((props: Props) => {
|
|||
const [name, setName] = useState(props.propertyName)
|
||||
|
||||
const deleteText = intl.formatMessage({
|
||||
id: 'PropertyType.Delete',
|
||||
id: 'PropertyMenu.Delete',
|
||||
defaultMessage: 'Delete',
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue