Shivam Mishra
2024-10-02 13:06:30 +05:30
committed by GitHub
parent e0bf2bd9d4
commit 42f6621afb
661 changed files with 15939 additions and 31194 deletions

View File

@@ -47,10 +47,10 @@
"LIST": {
"404": "There are no webhooks configured for this account.",
"TITLE": "Manage webhooks",
"TABLE_HEADER": [
"Webhook endpoint",
"Actions"
]
"TABLE_HEADER": {
"WEBHOOK_ENDPOINT": "Webhook endpoint",
"ACTIONS": "Actions"
}
},
"EDIT": {
"BUTTON_TEXT": "Edit",
@@ -183,10 +183,7 @@
"LIST": {
"404": "There are no dashboard apps configured on this account yet",
"LOADING": "Fetching dashboard apps...",
"TABLE_HEADER": [
"Name",
"Endpoint"
],
"TABLE_HEADER": { "NAME": "Name", "ENDPOINT": "Endpoint" },
"EDIT_TOOLTIP": "Edit app",
"DELETE_TOOLTIP": "Delete app"
},