Selaa lähdekoodia

fix: 📝 Undo Naming

IceToast 2 vuotta sitten
vanhempi
commit
9ad2954f0e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/Http/Controllers/ServerController.php

+ 1 - 1
app/Http/Controllers/ServerController.php

@@ -246,7 +246,7 @@ class ServerController extends Controller
 
 
             return redirect()->route('servers.index')->with('success', __('Server removed'));
             return redirect()->route('servers.index')->with('success', __('Server removed'));
         } catch (Exception $e) {
         } catch (Exception $e) {
-            return redirect()->route('servers.index')->with('error', __('An exception has occurred while trying to delete the server"') . $e->getMessage() . '"');
+            return redirect()->route('servers.index')->with('error', __('An exception has occurred while trying to remove a resource"') . $e->getMessage() . '"');
         }
         }
     }
     }