mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: update translation text for wrap cell content (#5172)
This commit is contained in:
parent
9b4fd3bf57
commit
d8b0c783bf
@ -286,7 +286,7 @@ enum FieldAction {
|
|||||||
case FieldAction.delete:
|
case FieldAction.delete:
|
||||||
return LocaleKeys.grid_field_delete.tr();
|
return LocaleKeys.grid_field_delete.tr();
|
||||||
case FieldAction.wrap:
|
case FieldAction.wrap:
|
||||||
return LocaleKeys.grid_field_wrap.tr();
|
return LocaleKeys.grid_field_wrapCellContent.tr();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -654,7 +654,7 @@
|
|||||||
"insertRight": "Insert Right",
|
"insertRight": "Insert Right",
|
||||||
"duplicate": "Duplicate",
|
"duplicate": "Duplicate",
|
||||||
"delete": "Delete",
|
"delete": "Delete",
|
||||||
"wrap": "Wrap",
|
"wrapCellContent": "Wrap text",
|
||||||
"clear": "Clear cells",
|
"clear": "Clear cells",
|
||||||
"textFieldName": "Text",
|
"textFieldName": "Text",
|
||||||
"checkboxFieldName": "Checkbox",
|
"checkboxFieldName": "Checkbox",
|
||||||
@ -1476,4 +1476,4 @@
|
|||||||
"betaTooltip": "We currently only support searching for pages",
|
"betaTooltip": "We currently only support searching for pages",
|
||||||
"fromTrashHint": "From trash"
|
"fromTrashHint": "From trash"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user