aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/function-strings.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/partials/function-strings.html')
-rw-r--r--themes/default/layouts/partials/function-strings.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/themes/default/layouts/partials/function-strings.html b/themes/default/layouts/partials/function-strings.html
deleted file mode 100644
index 37de01a..0000000
--- a/themes/default/layouts/partials/function-strings.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{{- $string := . -}}
-
-{{- if eq $string "messageExpired" -}} {{- $string = "This message has expired." -}} {{- end -}}
-{{- if eq $string "messageNoContent" -}} {{- $string = "This message contains no content." -}} {{- end -}}
-
-{{- return $string -}}