Skip to content

Commit

Permalink
Update en.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shahinDOT authored Mar 1, 2024
1 parent 5bb9483 commit 0693324
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions frontend/src/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export default {
basics: "Basics",
admins: "Admins",
settings: "Settings",
login: "Log In"

},
main: {
Expand All @@ -55,7 +54,7 @@ export default {
core: "Core",
uptime: "Uptime",
threads: "Threads",
memory: "Memory",
memory: "RAM",
running: "Running"
}
},
Expand All @@ -78,7 +77,7 @@ export default {
restartApp: "Restart App",
},
login: {
title: "Login",
title: "Welcome!",
username: "Username",
unRules: "Username can not be empty",
password: "Password",
Expand All @@ -88,7 +87,7 @@ export default {
logout: "Log Out",
},
admin: {
changeCred: "Change credentials",
changeCred: "Change Credentials",
oldPass: "Current Password",
newUname: "New Username",
newPass: "New Password",
Expand All @@ -107,7 +106,7 @@ export default {
timeLoc: "Time Zone",
subEncode: "Enable Encoding",
subInfo: "Enable Client Info",
path: "Default Path",
path: "Subscription URI Path",
update: "Automatic Update Time",
subUri: "Subscription URI",
},
Expand Down

0 comments on commit 0693324

Please sign in to comment.