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

  • @dohpaz42
    link
    English
    2611 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.