Skip to content

Commit 05e0e53

Browse files
committed
fix: update RTSP User-Agent description to use placeholder format
1 parent 16f1a9d commit 05e0e53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

openwrt-support/luci-app-rtp2httpd/htdocs/luci-static/resources/view/rtp2httpd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ return view.extend({
584584
"rtsp_user_agent",
585585
_("RTSP User-Agent"),
586586
_(
587-
"User-Agent header used for upstream RTSP requests. Leave empty to use the default rtp2httpd/<version>."
587+
"User-Agent header used for upstream RTSP requests. Leave empty to use the default rtp2httpd/{version}."
588588
)
589589
);
590590
o.depends("use_config_file", "0");

openwrt-support/luci-app-rtp2httpd/po/templates/rtp2httpd.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ msgstr ""
310310
#: htdocs/luci-static/resources/view/rtp2httpd.js:587
311311
msgid ""
312312
"User-Agent header used for upstream RTSP requests. Leave empty to use the "
313-
"default rtp2httpd/<version>."
313+
"default rtp2httpd/{version}."
314314
msgstr ""
315315

316316
#: htdocs/luci-static/resources/view/rtp2httpd.js:596

openwrt-support/luci-app-rtp2httpd/po/zh_Hans/rtp2httpd.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,10 @@ msgstr "使用配置文件而不是单独的选项"
343343
#: htdocs/luci-static/resources/view/rtp2httpd.js:587
344344
msgid ""
345345
"User-Agent header used for upstream RTSP requests. Leave empty to use the "
346-
"default rtp2httpd/<version>."
346+
"default rtp2httpd/{version}."
347347
msgstr ""
348348
"用于上游 RTSP 请求的 User-Agent 请求头。留空则使用默认的 rtp2httpd/"
349-
"<version>。"
349+
"{version}。"
350350

351351
#: htdocs/luci-static/resources/view/rtp2httpd.js:596
352352
msgid "Video Snapshot"

0 commit comments

Comments
 (0)