accounts: descriptive error when no template found

This commit is contained in:
Harvey Tindall
2023-09-07 14:04:32 +01:00
parent db21131185
commit 468b2f3284
2 changed files with 3 additions and 2 deletions

View File

@@ -158,6 +158,7 @@
"errorSendWelcomeEmail": "Failed to send welcome message (check console/logs)",
"errorApplyUpdate": "Failed to apply update, try manually.",
"errorCheckUpdate": "Failed to check for update.",
"errorNoReferralTemplate": "Profile doesn't contain referral template, add one in settings.",
"updateAvailable": "A new update is available, check settings.",
"noUpdatesAvailable": "No new updates available."
},
@@ -223,4 +224,4 @@
"plural": "Extended expiry for {n} users."
}
}
}
}