Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix deprecation error
Not quoting the scalar "%num% thread found with | %num% threads found with" starting with the "%" indicator character is deprecated since Symfony 3.1 and will throw a ParseException in 4.0
  • Loading branch information
Filoz authored Oct 17, 2016
commit 6e24d63c958dbce5846477ac16109aa1cf1c48ba
2 changes: 1 addition & 1 deletion Resources/translations/FOSMessageBundle.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sent: Sent
deleted: Deleted
send_new: Send a new message
search: Search
threads_found: %num% thread found with | %num% threads found with
threads_found: "%num% thread found with | %num% threads found with"

message_info: By %sender%, on %date%
reply: Reply
Expand Down