Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi authored and github-actions[bot] committed Nov 2, 2023
1 parent 78f81a9 commit a1bc890
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions resources/lang/ar/filament-navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

'select-options' => [
'same-tab' => 'نفس علامة التبويب',
'new-tab' => 'علامة تبويب جديدة'
'new-tab' => 'علامة تبويب جديدة',
],

'items' => [
Expand All @@ -25,7 +25,7 @@
'move-down' => 'تحريك للأسفل',
'indent' => 'إزاحة للداخل',
'dedent' => 'إزاحة للخارج',
'remove' => 'إزالة'
'remove' => 'إزالة',
],

'items-modal' => [
Expand All @@ -34,4 +34,4 @@
'type' => 'النوع',
'btn' => 'حفظ',
],
];
];
6 changes: 3 additions & 3 deletions resources/lang/en/filament-navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

'select-options' => [
'same-tab' => 'Same tab',
'new-tab' => 'New tab'
'new-tab' => 'New tab',
],

'items' => [
Expand All @@ -26,7 +26,7 @@
'move-down' => 'Move down',
'indent' => 'Indent',
'dedent' => 'Dedent',
'remove' => 'Remove'
'remove' => 'Remove',
],

'items-modal' => [
Expand All @@ -35,4 +35,4 @@
'type' => 'Type',
'btn' => 'Save',
],
];
];

0 comments on commit a1bc890

Please sign in to comment.