Skip to content

Commit

Permalink
fix: update label for hiding create app form
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondYuan committed Nov 10, 2024
1 parent 2aa1aa3 commit 48ca9df
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 @@ -345,8 +345,8 @@ class AppsTable extends Component<
>
{self.props.showCreateAppForm
? localize(
'apps_table.hide_create_app_form',
'Hide Create App Form'
'apps_table.hide_create_app',
'Hide Create App'
)
: localize(
'create_new_app.title',
Expand Down

0 comments on commit 48ca9df

Please sign in to comment.