Update ru.ts

make titles more intuitive
pull/534/head
Nikita Korotaev 2024-07-18 18:20:34 +05:00 committed by GitHub
parent 31c82eb81a
commit ebe9fd507e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@ export const sidebarRu: SidebarConfig = {
],
},
{
text: 'Входящий прокси',
text: 'Входящие подключения',
children: [
'/ru/config/inbounds/dokodemo.md',
'/ru/config/inbounds/http.md',
@ -44,7 +44,7 @@ export const sidebarRu: SidebarConfig = {
],
},
{
text: 'Исходящий прокси',
text: 'Исходящие подключения',
children: [
'/ru/config/outbounds/blackhole.md',
'/ru/config/outbounds/dns.md',
@ -146,4 +146,4 @@ export const sidebarRu: SidebarConfig = {
],
},
],
}
}