diff --git a/docs/development.md b/docs/development.md
index bc9ef4c2b..fc6976e23 100644
--- a/docs/development.md
+++ b/docs/development.md
@@ -360,10 +360,10 @@ If you want to build the documentation locally, this is how you do it:
The docker image is primarily built by the GitHub actions workflow, but
it can be faster when developing to build and tag an image locally.
-Building the image works as with any image:
+Make sure you have the `docker-buildx` package installed. Building the image works as with any image:
```
-docker build --file Dockerfile --tag paperless:local --progress simple .
+docker build --file Dockerfile --tag paperless:local .
```
## Extending Paperless-ngx
diff --git a/docs/faq.md b/docs/faq.md
index 5d59e29ad..64cf082a1 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -132,3 +132,11 @@ Multiple options for ASGI servers exist:
- `daphne` as a standalone server, which is the reference
implementation for ASGI.
- `uvicorn` as a standalone server
+
+## _What about the Redis licensing change and using one of the open source forks_?
+
+Currently (October 2024), forks of Redis such as Valkey or Redirect are not officially supported by our upstream
+libraries, so using one of these to replace Redis is not officially supported.
+
+However, they do claim to be compatible with the Redis protocol and will likely work, but we will
+not be updating from using Redis as the broker officially just yet.
diff --git a/src-ui/messages.xlf b/src-ui/messages.xlf
index f5d270376..e0d30bdc2 100644
--- a/src-ui/messages.xlf
+++ b/src-ui/messages.xlf
@@ -1565,11 +1565,11 @@
src/app/components/manage/workflows/workflows.component.html
- 48
+ 41src/app/components/manage/workflows/workflows.component.html
- 59
+ 52
@@ -2470,11 +2470,11 @@
src/app/components/manage/workflows/workflows.component.html
- 47
+ 40src/app/components/manage/workflows/workflows.component.html
- 56
+ 49
@@ -3700,7 +3700,7 @@
src/app/components/manage/workflows/workflows.component.html
- 34
+ 30
@@ -5059,11 +5059,11 @@
src/app/components/manage/workflows/workflows.component.html
- 49
+ 42src/app/components/manage/workflows/workflows.component.html
- 64
+ 57
@@ -7533,7 +7533,7 @@
src/app/components/manage/workflows/workflows.component.html
- 34
+ 30
@@ -7927,7 +7927,7 @@
No workflows defined.src/app/components/manage/workflows/workflows.component.html
- 73
+ 66
@@ -7972,27 +7972,6 @@
128
-
- Enabled workflow
-
- src/app/components/manage/workflows/workflows.component.ts
- 139
-
-
-
- Disabled workflow
-
- src/app/components/manage/workflows/workflows.component.ts
- 140
-
-
-
- Error toggling workflow.
-
- src/app/components/manage/workflows/workflows.component.ts
- 146
-
- Not Found