aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/placeholder_text.php
diff options
context:
space:
mode:
authorwinter2024-12-24 17:46:51 +0000
committerwinter2024-12-24 17:46:51 +0000
commit721674973ca0a4d98cd081e9ff130c3356ddac03 (patch)
tree5caa082baa4f23bd8a88f4f268fea6d9233f6553 /templates/placeholder_text.php
parentd5a57276eb27e215dd0b1bd5eb67ac26acc9575b (diff)
implement ui translations using gettext
this was horrible i don't like gettext anymore
Diffstat (limited to 'templates/placeholder_text.php')
-rw-r--r--templates/placeholder_text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/placeholder_text.php b/templates/placeholder_text.php
index b27e490..1f03ebc 100644
--- a/templates/placeholder_text.php
+++ b/templates/placeholder_text.php
@@ -1 +1 @@
-<p class="placeholder"><?= $message ?? "There's nothing here." ?></p> \ No newline at end of file
+<p class="placeholder"><?= $message ?? _("There's nothing here.") ?></p> \ No newline at end of file