Skip to content

Commit

Permalink
fix admin navbar translation that collided with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenebak committed Aug 30, 2024
1 parent fe9e1b3 commit e5779ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lang/en/plans.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
'update_successful' => 'Plan was updated',
'save' => 'Save',
'cancel' => 'Cancel',
'nav-item' => 'Plans'
];
2 changes: 1 addition & 1 deletion resources/views/components/admin-navigation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class="px-3 py-[2px] block text-text dark:text-slate-200 rounded truncate hover:
<path stroke-linecap="round" stroke-linejoin="round" d="M2.25 18.75a60.07 60.07 0 0115.797 2.101c.727.198 1.453-.342 1.453-1.096V18.75M3.75 4.5v.75A.75.75 0 013 6h-.75m0 0v-.375c0-.621.504-1.125 1.125-1.125H20.25M2.25 6v9m18-10.5v.75c0 .414.336.75.75.75h.75m-1.5-1.5h.375c.621 0 1.125.504 1.125 1.125v9.75c0 .621-.504 1.125-1.125 1.125h-.375m1.5-1.5H21a.75.75 0 00-.75.75v.75m0 0H3.75m0 0h-.375a1.125 1.125 0 01-1.125-1.125V15m1.5 1.5v-.75A.75.75 0 003 15h-.75M15 10.5a3 3 0 11-6 0 3 3 0 016 0zm3 0h.008v.008H18V10.5zm-12 0h.008v.008H6V10.5z" />
</svg>
<div class="font-medium ml-3 duration-200">
{{ __('Plans') }}
{{ __('plans.nav-item') }}
</div>
</div>
</a>
Expand Down

0 comments on commit e5779ab

Please sign in to comment.