Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
voca
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Decidim
VocaCity
voca
Merge requests
!144
feat:
Add reset password locales
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat:
Add reset password locales
feat_add_missing_locales
into
main
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Simon Mulquin
requested to merge
feat_add_missing_locales
into
main
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
776c80a8
1 commit,
2 years ago
2 files
+
7
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
frontend/locales/en.json
+
3
−
0
Options
@@ -195,8 +195,11 @@
"auth.forgot.goLogin"
:
"Try to login"
,
"auth.reset.title"
:
"New password"
,
"auth.reset.password"
:
"Enter your new password"
,
"auth.reset.passwordCheck"
:
"Confirm password"
,
"auth.reset.confirm"
:
"Confirm"
,
"auth.reset.submitted"
:
"🎉 Your password has been updated !"
,
"auth.reset.login"
:
"Try to login"
,
"auth.reset.error"
:
"We were not able to update your password, please check if you provided the same password in both fields."
,
"auth.reset.back"
:
"Back"
,
"auth.errors.generic"
:
"Invalid login: please check your email and password."
,
"auth.errors.email.taken"
:
"Cet email est déjà pris."
,
Loading