Skip to content

Commit c3b4f3f

Browse files
author
Gusted
authored
Add missing translation for queue flush workers (#20791) (#20792)
- Backport #20791 - Add a missing translation key and value for the flush worker indication - Resolves #20770
1 parent 9bccfe9 commit c3b4f3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

options/locale/locale_en-US.ini

+1
Original file line numberDiff line numberDiff line change
@@ -2886,6 +2886,7 @@ monitor.queue.nopool.title = No Worker Pool
28862886
monitor.queue.nopool.desc = This queue wraps other queues and does not itself have a worker pool.
28872887
monitor.queue.wrapped.desc = A wrapped queue wraps a slow starting queue, buffering queued requests in a channel. It does not have a worker pool itself.
28882888
monitor.queue.persistable-channel.desc = A persistable-channel wraps two queues, a channel queue that has its own worker pool and a level queue for persisted requests from previous shutdowns. It does not have a worker pool itself.
2889+
monitor.queue.flush = Flush worker
28892890
monitor.queue.pool.timeout = Timeout
28902891
monitor.queue.pool.addworkers.title = Add Workers
28912892
monitor.queue.pool.addworkers.submit = Add Workers

0 commit comments

Comments
 (0)