diff --git a/packages/nc-gui/lang/en.json b/packages/nc-gui/lang/en.json index ee4649c5ec..563c365b5f 100644 --- a/packages/nc-gui/lang/en.json +++ b/packages/nc-gui/lang/en.json @@ -1100,8 +1100,8 @@ "showNullAndEmptyInFilter": "Show NULL and EMPTY in Filter", "showNullAndEmptyInFilterDesc": "Enable 'additional' filters to differentiate fields containing NULL & Empty Strings. Default support for Blank treats both NULL & Empty strings alike.", "deleteKanbanStackConfirmation": "Deleting this stack will also remove the select option `{stackToBeDeleted}` from the `{groupingField}`. The records will move to the uncategorized stack.", - "computedFieldEditWarning": "Computed field: contents are read-only. Use column edit menu to reconfigure", - "computedFieldDeleteWarning": "Computed field: contents are read-only. Unable to clear content.", + "computedFieldEditWarning": "contents are read-only", + "computedFieldDeleteWarning": "contents are read-only", "noMoreRecords": "No more records", "tokenNameNotEmpty": "Token name should not be empty", "tokenNameMaxLength": "Token name should not be more than 255 characters"