Skip to content

Commit

Permalink
fix idurar#1151: misspelt
Browse files Browse the repository at this point in the history
  • Loading branch information
ritvikPuranik committed Aug 1, 2024
1 parent d7b2215 commit e4b9c06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/apps/Header/UpgradeButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import useLanguage from '@/locale/useLanguage';
const SelfHostedPlan = () => {
const features = [
'Self-Hosted Premium Version',
'ulimited Users',
'Multi-Currency - ulimited currency',
'Multi-Branch - ulimited branch',
'Unlimited Users',
'Multi-Currency - Unlimited currency',
'Multi-Branch - Unlimited branch',
'Free 1 year update',
'24/7 priority support',
];
Expand Down

0 comments on commit e4b9c06

Please sign in to comment.