aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/function-strings.html
blob: 37de01a4b2303bb660aa1395335463ddb9e97ea8 (plain)
1
2
3
4
5
6
{{- $string := . -}}

{{- if eq $string "messageExpired" -}}   {{- $string = "This message has expired." -}}         {{- end -}}
{{- if eq $string "messageNoContent" -}} {{- $string = "This message contains no content." -}} {{- end -}}

{{- return $string -}}