diff --git a/routeSQL.php b/routeSQL.php index 3fc0d48..14b41e2 100644 --- a/routeSQL.php +++ b/routeSQL.php @@ -55,8 +55,8 @@ class routeSQL $this->username = $username; $this->password = $password; $this->driver_options = $driver_options; - $this->textDelete = dgettext("domframework","Delete"); - $this->textEdit = dgettext("domframework","Edit"); + $this->textDelete = "❌"; + $this->textEdit = "✎"; } /** Connect to the database */