Skip to content

Commit

Permalink
Fixed: casing of the ATP app name (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
amansinghbais committed May 28, 2024
1 parent 371d60c commit d0fb37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default defineComponent({
type: 'Orders'
}, {
handle: 'atp',
name: 'Available to promise',
name: 'Available to Promise',
resource: require('../assets/images/Atp.svg'),
type: 'Workflow'
}, {
Expand Down

0 comments on commit d0fb37a

Please sign in to comment.