remove "change password" in general account setting - rename "Forgot my password?" by "Reset your password" in login frame - #1918
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
name: RouteName.SEND_PASSWORD_RESET,
|
||||
params: { email: credentials.email },
|
||||
}"
|
||||
>{{ t("Forgot your password?") }}</o-button
|
||||
>{{ t("Reset your password") }}</o-button
|
||||
>
|
||||
<o-button
|
||||
tag="router-link"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<section class="container mx-auto">
|
||||
<h1>
|
||||
{{ t("Forgot your password?") }}
|
||||
{{ t("Reset your password") }}
|
||||
</h1>
|
||||
<p>
|
||||
{{
|
||||
|
||||
Reference in New Issue
Block a user