I could only imagine what the default:‘friend’ actually is on the backend.

  • @[email protected]
    link
    fedilink
    English
    2817 hours ago

    There is no default:’friend on the backend. This is a template language that basically takes a first name, returns the first word, replaces any special characters with ASCII equivalent ones (e.g., ö => o), title cases it, and if it’s blank it will return ‘friend’ instead of an empty string.