Skip to content
Open
Changes from all commits
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
6 changes: 3 additions & 3 deletions i18n/src/main/resources/openfire_i18n.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3571,9 +3571,9 @@ mediaproxy.form.idletimeout = Session Idle Timeout (in seconds)
mediaproxy.form.idletimeout.tip = This value is usually bigger than 15 seconds.
mediaproxy.form.lifetime = Session Life Time (in seconds)
mediaproxy.form.lifetime.tip = Life Time is the maximum time that a Session can live. After this time it is destroyed, even if it stills active.
mediaproxy.form.minport = Port Range Min
mediaproxy.form.maxport = Port Range Max
mediaproxy.form.echoport = Echo Test Port
mediaproxy.form.minport = UDP Port Range Min
mediaproxy.form.maxport = UDP Port Range Max
mediaproxy.form.echoport = UDP Echo Test Port

mediaproxy.summary.label = Active Sessions Summary
mediaproxy.summary.desc = Sessions are Media Proxy Channels that controls packet relaying. \
Expand Down
Loading