Skip to content

Commit

Permalink
Merge pull request #1373 from merico-dev/1370-need-to-fix-some-typos-…
Browse files Browse the repository at this point in the history
…in-dashboard-translation

1370 need to fix some typos in dashboard translation
  • Loading branch information
GerilLeto authored Apr 15, 2024
2 parents 1f84ea8 + 1df1e0c commit c7a6382
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtable/api",
"version": "12.10.0",
"version": "12.10.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtable/dashboard",
"version": "12.10.0",
"version": "12.10.1",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 deletions dashboard/src/i18n/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtable/root",
"version": "12.10.0",
"version": "12.10.1",
"private": true,
"workspaces": [
"api",
Expand Down
2 changes: 1 addition & 1 deletion settings-form/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devtable/settings-form",
"version": "12.10.0",
"version": "12.10.1",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c7a6382

Please sign in to comment.