Skip to content

Commit

Permalink
fix: change create app label
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondYuan committed Nov 10, 2024
1 parent f49dcac commit 2aa1aa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/containers/apps/AppsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ class AppsTable extends Component<
'Hide Create App Form'
)
: localize(
'apps_table.create_new_app',
'Create New App'
'create_new_app.title',
'Create A New App'
)}
</Button>
{self.state.isBulkEditMode && (
Expand Down

0 comments on commit 2aa1aa3

Please sign in to comment.