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:
|
||||
return LocaleKeys.grid_field_delete.tr();
|
||||
case FieldAction.wrap:
|
||||
return LocaleKeys.grid_field_wrap.tr();
|
||||
return LocaleKeys.grid_field_wrapCellContent.tr();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -654,7 +654,7 @@
|
||||
"insertRight": "Insert Right",
|
||||
"duplicate": "Duplicate",
|
||||
"delete": "Delete",
|
||||
"wrap": "Wrap",
|
||||
"wrapCellContent": "Wrap text",
|
||||
"clear": "Clear cells",
|
||||
"textFieldName": "Text",
|
||||
"checkboxFieldName": "Checkbox",
|
||||
@ -1476,4 +1476,4 @@
|
||||
"betaTooltip": "We currently only support searching for pages",
|
||||
"fromTrashHint": "From trash"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user