lib/web_console/locales/en.yml in web-console-3.3.1 vs lib/web_console/locales/en.yml in web-console-3.4.0
- old
+ new
@@ -1,8 +1,8 @@
en:
errors:
unavailable_session: |
- Session %{id} is is no longer available in memory.
+ Session %{id} is no longer available in memory.
If you happen to run on a multi-process server (like Unicorn or Puma) the process
this request hit doesn't store %{id} in memory. Consider turning the number of
processes/workers to one (1) or using a different server in development.