Skip to content

Commit

Permalink
change message 503
Browse files Browse the repository at this point in the history
  • Loading branch information
miftahurrahmi committed Apr 1, 2024
1 parent bbee239 commit 4c4cb2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/resources/lang/en/api_response.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
'403' => "You don't have permission to access",
'500' => 'An error occurred in the system',
'502' => '',
'503' => 'Service Unavailable',
'503' => 'Service Unavailable or Maintenance',
];
2 changes: 1 addition & 1 deletion src/resources/lang/id/api_response.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
'403' => "You don't have permission to access",
'500' => 'An error occurred in the system',
'502' => '',
'503' => 'Service Unavailable',
'503' => 'Service Unavailable or Maintenance',
];

0 comments on commit 4c4cb2d

Please sign in to comment.