aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/placeholder_text.php
diff options
context:
space:
mode:
authorwinter2024-12-31 14:30:16 +0000
committerwinter2024-12-31 14:30:16 +0000
commitad554b48e7dc355d9b33eede98f4e3e829fd867e (patch)
treeeb11cd4357bdbe2964b9d04495ab2e6c7212d9ed /templates/placeholder_text.php
parent721674973ca0a4d98cd081e9ff130c3356ddac03 (diff)
switch to my own translations system
i really don't like gettext
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 1f03ebc..f529de9 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 ?? __('placeholder') ?></p> \ No newline at end of file