feat: Adds the ability to delete a portal (#5305)

This commit is contained in:
Sivin Varghese
2022-09-01 13:27:08 +05:30
committed by GitHub
parent 6e945dd61e
commit f4fc53b425
19 changed files with 158 additions and 48 deletions

View File

@@ -84,7 +84,8 @@
"COUNT_LABEL": "articles",
"ADD": "Add locale",
"VISIT": "Visit site",
"SETTINGS": "Settings"
"SETTINGS": "Settings",
"DELETE": "Delete"
},
"PORTAL_CONFIG": {
"TITLE": "Portal Configurations",
@@ -109,6 +110,16 @@
"DEFAULT_LOCALE": "Default"
}
}
},
"DELETE_PORTAL": {
"TITLE": "Delete portal",
"MESSAGE": "Are you sure you want to delete this portal",
"YES": "Yes, delete portal",
"NO": "No, keep portal",
"API": {
"DELETE_SUCCESS": "Portal deleted successfully",
"DELETE_ERROR": "Error while deleting portal"
}
}
},
"ADD": {