update translation

This commit is contained in:
Hamidreza Ghavami
2023-05-04 22:22:54 +04:30
parent 19c991014e
commit 481d4beabb
20 changed files with 305 additions and 287 deletions

View File

@@ -38,5 +38,5 @@ func (a *XUIController) inbounds(c *gin.Context) {
}
func (a *XUIController) settings(c *gin.Context) {
html(c, "settings.html", "pages.setting.title", nil)
html(c, "settings.html", "pages.settings.title", nil)
}