parent
2b078b83c0
commit
dbbca0300d
3 changed files with 4 additions and 4 deletions
|
@ -47,11 +47,11 @@ const messages = defineMessages({
|
|||
},
|
||||
limited_short: {
|
||||
id: 'privacy.limited.short',
|
||||
defaultMessage: 'Limited menbers only',
|
||||
defaultMessage: 'Limited',
|
||||
},
|
||||
mutual_short: {
|
||||
id: 'privacy.mutual.short',
|
||||
defaultMessage: 'Mutual only',
|
||||
defaultMessage: 'Mutual',
|
||||
},
|
||||
circle_short: {
|
||||
id: 'privacy.circle.short',
|
||||
|
|
|
@ -557,7 +557,7 @@
|
|||
"privacy.login.long": "Visible for login users only",
|
||||
"privacy.login.short": "Login only",
|
||||
"privacy.mutual.long": "Mutual followers only",
|
||||
"privacy.mutual.short": "Mutual only",
|
||||
"privacy.mutual.short": "Mutual",
|
||||
"privacy.personal.short": "Yourself only",
|
||||
"privacy.private.long": "Only your followers",
|
||||
"privacy.private.short": "Followers",
|
||||
|
|
|
@ -409,7 +409,7 @@ RSpec.describe Auth::RegistrationsController do
|
|||
|
||||
current = Time.now.utc
|
||||
today = current.beginning_of_day
|
||||
today += 1.day if current.hour > 10
|
||||
today += 1.day if current.hour >= 10
|
||||
travel_to today + 10.hours
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue