diff options
Diffstat (limited to 'templates/placeholder_text.php')
| -rw-r--r-- | templates/placeholder_text.php | 2 |
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 |
