mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Add instructions to set password for OAuth users (#346)
This commit is contained in:
committed by
GitHub
parent
57ed8c338d
commit
5a162c6f4f
@@ -1,5 +1,7 @@
|
||||
en:
|
||||
common:
|
||||
errors:
|
||||
unknown: 'An unknown error occurred, please try again'
|
||||
validations:
|
||||
required: '%{attribute} is required'
|
||||
email: 'Invalid email'
|
||||
@@ -18,6 +20,8 @@ en:
|
||||
notifications_enabled: 'Notifications enabled'
|
||||
notifications_enabled_help: "if disabled, you won't receive any notification"
|
||||
waiting_confirmation: 'Currently waiting confirmation for %{email}'
|
||||
no_password_set: 'You must set a password to update your profile'
|
||||
set_password: 'Set password'
|
||||
password_leave_blank_help: "leave blank if you don't want to change your password"
|
||||
current_password_required_help: 'we need your current password to confirm your changes'
|
||||
remember_me: 'Remember me'
|
||||
@@ -92,7 +96,6 @@ en:
|
||||
description: 'Description (optional)'
|
||||
no_title: 'Title field is mandatory'
|
||||
submit_success: 'Feedback published! You will be redirected soon...'
|
||||
submit_error: 'An unknown error occurred, try again'
|
||||
search_box:
|
||||
title: 'Search'
|
||||
filter_box:
|
||||
|
||||
Reference in New Issue
Block a user