Skip to content

Commit 3ae8481

Browse files
committed
fix: update some texts
1 parent 6e66c37 commit 3ae8481

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

app/templates/clash/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
First of all, you need to set a directory for all of your templates (home, subscription page, etc.).
1414

1515
```shell
16-
CUSTOM_TEMPLATES_DIRECTORY="/var/lib/marzban/templates/"
16+
CUSTOM_TEMPLATES_DIRECTORY="/var/lib/pasarguard/templates/"
1717
```
1818

1919
Make sure you put all of your templates in this folder.\
2020
If you are using Docker, make sure Docker has access to this folder.\
2121
Then, we need to make a directory for our Clash template.
2222

2323
```shell
24-
mkdir /var/lib/marzban/templates/v2ray
24+
mkdir /var/lib/pasarguard/templates/v2ray
2525
```
2626

2727
After that, put your templates (config and settings) in the directory.\

app/templates/singbox/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
First of all, you need to set a directory for all of your templates (home, subscription page, etc.).
1414

1515
```shell
16-
CUSTOM_TEMPLATES_DIRECTORY="/var/lib/marzban/templates/"
16+
CUSTOM_TEMPLATES_DIRECTORY="/var/lib/pasarguard/templates/"
1717
```
1818

1919
Make sure you put all of your templates in this folder.\
2020
If you are using Docker, make sure Docker has access to this folder.\
2121
Then, we need to make a directory for our Sing-box template.
2222

2323
```shell
24-
mkdir /var/lib/marzban/templates/sing-box
24+
mkdir /var/lib/pasarguard/templates/sing-box
2525
```
2626

2727
After that, put your templates (config and settings) in the directory.\

app/templates/xray/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
First of all, you need to set a directory for all of your templates (home, subscription page, etc.).
1414

1515
```shell
16-
CUSTOM_TEMPLATES_DIRECTORY="/var/lib/marzban/templates/"
16+
CUSTOM_TEMPLATES_DIRECTORY="/var/lib/pasarguard/templates/"
1717
```
1818

1919
Make sure you put all of your templates in this folder.\
2020
If you are using Docker, make sure Docker has access to this folder.\
2121
Then, we need to make a directory for our V2ray template.
2222

2323
```shell
24-
mkdir /var/lib/marzban/templates/v2ray
24+
mkdir /var/lib/pasarguard/templates/v2ray
2525
```
2626

2727
After that, put your templates (config and settings) in the directory.\

dashboard/public/statics/locales/fa.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"pasargaurd": "پاسارگارد",
33
"dashboard": "داشبورد",
44
"master": "همه گره‌ها",
5-
"dashboardDescription": "داشبورد مدیریت مـرزبان",
5+
"dashboardDescription": "داشبورد مدیریت پاسارگارد",
66
"active": "فعال",
77
"online": "آنلاین",
88
"platform": "پلتفرم",

0 commit comments

Comments
 (0)