diff options
| author | Ho3ein <ho3ein.sanaei@gmail.com> | 2023-04-14 04:58:03 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-14 04:58:03 +0300 |
| commit | b70ecc12b3870fe7ed77242b77369008de4b5441 (patch) | |
| tree | d93f5233a3ee0514cfece964c68d28afe30ebbac /web/translation | |
| parent | 0c047cf1245411394d77c3d7880bfc7466716856 (diff) | |
| parent | 4f952963aea1c51c65cc8419abda31e2bfd8f5ea (diff) | |
Merge pull request #261 from hamid-gh98/main
Support set db and bin folder path from env
Diffstat (limited to 'web/translation')
| -rw-r--r-- | web/translation/translate.en_US.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index 6b6e296f..3e23ecfd 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -106,8 +106,8 @@ "expireDate" = "Expire date" "resetTraffic" = "Reset traffic" "addInbound" = "Add Inbound" -"addTo" = "Add To" -"revise" = "Revise" +"addTo" = "Create" +"revise" = "Update" "modifyInbound" = "Modify InBound" "deleteInbound" = "Delete Inbound" "deleteInboundContent" = "Are you sure you want to delete inbound?" |
