modify naming for unnamed gifter

This commit is contained in:
2023-11-05 18:05:59 -07:00
parent 433d0c023e
commit bbfc1e1007
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<div v-if="visible" class="dialog-overlay">
<div class="dialog">
<h1 class="text-xl font-bold text-center mb-4">
{{ message }} {{ giver?.name || "somebody not specified" }}
{{ message }} {{ giver?.name || "somebody not named" }}
</h1>
<input
type="text"