Skip to content

Commit

Permalink
fix(designable-next): fix locales
Browse files Browse the repository at this point in the history
  • Loading branch information
janryWang committed Aug 25, 2021
1 parent adebbb6 commit 026ea1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion designable/next/src/locales/en-US/Array.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const ArrayOperations: ISettingsLocale = {

export const ArrayTable: ISettingsLocale = {
...ArrayOperations,
title: 'ArrayTable',
title: 'Array Table',
Column: 'Column',
}

Expand Down

0 comments on commit 026ea1c

Please sign in to comment.