mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix: Changes in tooltip message on data table columns (#19172)
This commit is contained in:
@@ -2880,7 +2880,7 @@
|
|||||||
"dataStore.deleteColumn.confirm.title": "Delete column",
|
"dataStore.deleteColumn.confirm.title": "Delete column",
|
||||||
"dataStore.deleteColumn.confirm.message": "Are you sure you want to delete the column \"{name}\"? This action cannot be undone.",
|
"dataStore.deleteColumn.confirm.message": "Are you sure you want to delete the column \"{name}\"? This action cannot be undone.",
|
||||||
"dataStore.addColumn.invalidName.error": "Invalid column name",
|
"dataStore.addColumn.invalidName.error": "Invalid column name",
|
||||||
"dataStore.addColumn.invalidName.description": "Only alphanumeric characters and non-leading dashes are allowed for column names",
|
"dataStore.addColumn.invalidName.description": "Column names must begin with a letter and can only include letters, numbers, or underscores",
|
||||||
"dataStore.fetchContent.error": "Error fetching data store content",
|
"dataStore.fetchContent.error": "Error fetching data store content",
|
||||||
"dataStore.addRow.label": "Add Row",
|
"dataStore.addRow.label": "Add Row",
|
||||||
"dataStore.addRow.error": "Error adding row",
|
"dataStore.addRow.error": "Error adding row",
|
||||||
|
|||||||
Reference in New Issue
Block a user