Skip to content

Commit efee5ea

Browse files
committed
refactor(i18n): update remote control copy and default port
Update English translations for the remote-control UI and change the documented default remote-control port. - Change default remote control port description from 3000 to 8765 to reflect actual configuration. - Improve remote control UI copy: - Add SUBTITLE "Control your IPTV player remotely". - Capitalize UP_CHANNEL and DOWN_CHANNEL labels to "Channel Up" and "Channel Down" for consistent UI presentation. These changes clarify the feature and align text with current behavior.
1 parent 4d0c030 commit efee5ea

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

apps/web/src/assets/i18n/en.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
"REMOTE_CONTROL": "Remote control",
168168
"REMOTE_CONTROL_DESCRIPTION": "Enable remote control of the application.",
169169
"REMOTE_CONTROL_PORT": "Remote control port",
170-
"REMOTE_CONTROL_PORT_DESCRIPTION": "Port used for remote control of the application. Port 3000 is used by default."
170+
"REMOTE_CONTROL_PORT_DESCRIPTION": "Port used for remote control of the application. Port 8765 is used by default."
171171
},
172172
"THEMES": {
173173
"DARK_THEME": "Dark theme",
@@ -342,8 +342,9 @@
342342
"INFORMATION": "Information",
343343
"REMOTE_CONTROL": {
344344
"TITLE": "Remote control",
345-
"UP_CHANNEL": "Up channel",
346-
"DOWN_CHANNEL": "Down channel",
345+
"SUBTITLE": "Control your IPTV player remotely",
346+
"UP_CHANNEL": "Channel Up",
347+
"DOWN_CHANNEL": "Channel Down",
347348
"HEADER": "IPTVNator Remote Control",
348349
"FOOTER": "IPTVNator Remote Control"
349350
}

0 commit comments

Comments
 (0)