Skip to content

Commit

Permalink
Apply style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pxlrbt authored and github-actions[bot] committed Jan 12, 2025
1 parent a7590b0 commit 7b66ba4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion resources/lang/id/actions.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

return [
'label' => 'Ekspor',
'label' => 'Ekspor',
];
18 changes: 9 additions & 9 deletions resources/lang/id/notifications.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?php

return [
'queued' => [
'title' => 'Ekspor dalam antrian',
'body' => 'Ekspor telah masuk antrian. Anda akan diberitahu ketika file siap diunduh.',
],
'queued' => [
'title' => 'Ekspor dalam antrian',
'body' => 'Ekspor telah masuk antrian. Anda akan diberitahu ketika file siap diunduh.',
],

'download_ready' => [
'title' => 'Ekspor selesai',
'body' => 'File Anda siap untuk diunduh.',
'download' => 'Unduh',
],
'download_ready' => [
'title' => 'Ekspor selesai',
'body' => 'File Anda siap untuk diunduh.',
'download' => 'Unduh',
],
];

0 comments on commit 7b66ba4

Please sign in to comment.