diff --git a/api/package.json b/api/package.json index 50d6b2ed6..90a0bc83d 100644 --- a/api/package.json +++ b/api/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/api", - "version": "12.10.0", + "version": "12.10.1", "description": "", "main": "index.js", "scripts": { diff --git a/dashboard/package.json b/dashboard/package.json index 920066f54..b92f0b386 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/dashboard", - "version": "12.10.0", + "version": "12.10.1", "license": "Apache-2.0", "publishConfig": { "access": "public", diff --git a/dashboard/src/i18n/en.ts b/dashboard/src/i18n/en.ts index 1d96cfab3..c863ca488 100644 --- a/dashboard/src/i18n/en.ts +++ b/dashboard/src/i18n/en.ts @@ -255,7 +255,7 @@ export const en = { pagination: { page_size: 'Page Size', total: 'Total', - total_rows: 'Total {total} row', + total_rows: 'Total {{total}} row(s)', }, align: { horizontal: { @@ -343,7 +343,7 @@ export const en = { panel: { label: 'Panel', labels: 'Panels', - add: 'Add a Pane', + add: 'Add a Panel', delete: 'Delete This Panel', panel_name: 'Panel Name', panel_description: 'Description', diff --git a/package.json b/package.json index 51936381f..1da198702 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/root", - "version": "12.10.0", + "version": "12.10.1", "private": true, "workspaces": [ "api", diff --git a/settings-form/package.json b/settings-form/package.json index cb19a68c8..29c1e2d10 100644 --- a/settings-form/package.json +++ b/settings-form/package.json @@ -1,6 +1,6 @@ { "name": "@devtable/settings-form", - "version": "12.10.0", + "version": "12.10.1", "license": "Apache-2.0", "publishConfig": { "access": "public", diff --git a/website/package.json b/website/package.json index 880902b59..fa280f8ae 100644 --- a/website/package.json +++ b/website/package.json @@ -2,7 +2,7 @@ "name": "@devtable/website", "private": true, "license": "Apache-2.0", - "version": "12.10.0", + "version": "12.10.1", "scripts": { "dev": "vite", "preview": "vite preview"