diff --git a/app/Nova/Actions/Sber/SyncWithSystem.php b/app/Nova/Actions/Sber/SyncWithSystem.php index c738539..9bfadd6 100644 --- a/app/Nova/Actions/Sber/SyncWithSystem.php +++ b/app/Nova/Actions/Sber/SyncWithSystem.php @@ -14,6 +14,14 @@ class SyncWithSystem extends Action { use InteractsWithQueue, Queueable; + /** + * Name. + */ + public function name(): string + { + return __('Sync with system'); + } + /** * Perform the action on the given models. * diff --git a/lang/tk.json b/lang/tk.json index abb8256..7e01810 100644 --- a/lang/tk.json +++ b/lang/tk.json @@ -353,5 +353,6 @@ "End date": "Ahyrky sene", "Expiry date": "Möhleti", "Successfully created": "Üstünlikli döredildi", - "Successfully updated": "Üstünlikli üýtgedildi" + "Successfully updated": "Üstünlikli üýtgedildi", + "Sync with system": "Ulgam bn birikdirmek" }