Skip to content

Commit

Permalink
add localized status column title
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelvis committed Jun 8, 2021
1 parent 9f8eb66 commit 3acf245
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Extension/_locales/en/messages.json
Expand Up @@ -485,6 +485,9 @@
"filtering_type_other": {
"message": "Other"
},
"filtering_table_status": {
"message": "Status"
},
"filtering_table_type": {
"message": "Type"
},
Expand Down
Expand Up @@ -226,7 +226,7 @@ const FilteringEvents = observer(() => {
const columnsData = [
{
id: 'status',
Header: `${reactTranslator.getMessage('filtering_modal_status_text_desc')}`,
Header: `${reactTranslator.getMessage('filtering_table_status')}`,
accessor: statusAccessor,
},
{
Expand Down

0 comments on commit 3acf245

Please sign in to comment.