Skip to content

Commit

Permalink
[FIX] Typo Intergrations -> Integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
CasVissers-360ERP committed Mar 31, 2023
1 parent dbc5fe9 commit c7ad8b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions openapi/views/openapi_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
</field>
</record>
<record model="ir.actions.act_window" id="namespace_list_action">
<field name="name">Intergrations</field>
<field name="name">Integrations</field>
<field name="res_model">openapi.namespace</field>
<field name="view_mode">tree,form</field>
<field name="help">Create and manage the namespaces.</field>
Expand All @@ -254,7 +254,7 @@
<menuitem id="openapi_menu" name="OpenAPI" parent="main_openapi_menu" />
<menuitem
id="namespaces_menu"
name="Intergrations"
name="Integrations"
parent="openapi_menu"
action="namespace_list_action"
/>
Expand Down
2 changes: 1 addition & 1 deletion openapi/views/res_users_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/>
</header>
<notebook position="inside">
<page string="Allowed Intergrations">
<page string="Allowed Integrations">
<group>
<field name="openapi_token" />
</group>
Expand Down

0 comments on commit c7ad8b2

Please sign in to comment.