Skip to content

Commit

Permalink
[fix]: fix translation error in table tool bar
Browse files Browse the repository at this point in the history
  • Loading branch information
TankNee committed Jul 8, 2021
1 parent 6634cd9 commit 1e17718
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/i18n/en-us/components/ui/RenderToolBar.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
resizeTable: 'resizeTable',
deleteTable: 'deleteTable'
resizeTable: 'Resize Table',
deleteTable: 'Delete Table'
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// used for render table tookbar or others.
// used for render table toolbar or others.
import { h } from '../snabbdom'
import { CLASS_OR_ID } from '../../../config'
import TableIcon from '../../../assets/pngicon/table/table@2x.png'
Expand Down

0 comments on commit 1e17718

Please sign in to comment.