(fix) use correct translation key in forgot password route

This commit is contained in:
Ronald A. Richardson
2024-01-03 17:35:15 +08:00
parent 092ebf0589
commit fa51d03cfd

View File

@@ -21,7 +21,7 @@
<FaIcon @icon="info-circle" @size="lg" class="text-blue-900 mr-4" />
</div>
<p class="flex-1 text-sm text-blue-900 dark:text-blue-900">
{{t "auth.forgot-password.is-sent.message" htmlSafe=true appName=(t "app.name")}}
{{t "auth.forgot-password.not-sent.message" htmlSafe=true appName=(t "app.name")}}
</p>
</div>