Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1804,7 +1804,6 @@ export const TableRowStyle = [
BORDER_WIDTH,
BORDER_STYLE,
...BG_STATIC_BORDER_RADIUS,
getBackground(),
{
name: "selectedRowBackground",
label: trans("style.selectedRowBackground"),
Expand Down
2 changes: 1 addition & 1 deletion client/packages/lowcoder/src/i18n/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1933,7 +1933,7 @@ export const en = {
"dragArea": "Drag Area",
"uploadMode": "Upload Mode",
"dragAreaText": "Click or drag file to this area to upload",
"dragAreaHint": "Support for a single or bulk upload. Strictly prohibited from uploading company data or other band files.",
"dragAreaHint": "Support for a single or bulk upload. Strictly prohibited from uploading company data or other banned files.",
"dragHintText": "Hint Text",
},
"date": {
Expand Down
Loading