mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: month was not showing in user suspended error message
This commit is contained in:
parent
77c7bad61f
commit
e1ae436711
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ en:
|
||||||
formats:
|
formats:
|
||||||
short: "%m-%d-%Y"
|
short: "%m-%d-%Y"
|
||||||
short_no_year: "%B %-d"
|
short_no_year: "%B %-d"
|
||||||
date_only: "%b %-d, %Y"
|
date_only: "%B %-d, %Y"
|
||||||
date:
|
date:
|
||||||
<<: *datetime
|
<<: *datetime
|
||||||
time:
|
time:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue