*: fix typos in code

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-09-25 00:01:11 +02:00
parent 919336a519
commit 79b92e764e
45 changed files with 168 additions and 145 deletions

View File

@ -178,8 +178,8 @@ export class UserListPage extends TablePage<User> {
<dd class="pf-c-description-list__description">
<div class="pf-c-description-list__text">
${until(
tenant().then((te) => {
if (!te.flowRecovery) {
tenant().then((tenant) => {
if (!tenant.flowRecovery) {
return html`
<p>
${t`To directly reset a user's password, configure a recovery flow on the currently active tenant.`}