Skip to content
Snippets Groups Projects
Unverified Commit d32ef047 authored by Rahul Rodrigues's avatar Rahul Rodrigues Committed by GitHub
Browse files

added delete presentation string to en.json and delete presentation form (#5510)

parent 139897fc
Branches
Tags
No related merge requests found
...@@ -130,6 +130,7 @@ ...@@ -130,6 +130,7 @@
"click_to_upload": "Click to Upload", "click_to_upload": "Click to Upload",
"drag_and_drop": " or drag and drop", "drag_and_drop": " or drag and drop",
"upload_description": "Upload any office document or PDF file (not larger than {{size}}). Depending on the size of the file, it may require additional time to upload before it can be used", "upload_description": "Upload any office document or PDF file (not larger than {{size}}). Depending on the size of the file, it may require additional time to upload before it can be used",
"delete_presentation": "Delete Presentation",
"are_you_sure_delete_presentation": "Are you sure you want to delete this presentation?" "are_you_sure_delete_presentation": "Are you sure you want to delete this presentation?"
}, },
"shared_access": { "shared_access": {
......
...@@ -37,7 +37,7 @@ export default function DeletePresentationForm({ handleClose }) { ...@@ -37,7 +37,7 @@ export default function DeletePresentationForm({ handleClose }) {
<Stack direction="horizontal" className="mb-3"> <Stack direction="horizontal" className="mb-3">
<ExclamationTriangleIcon className="text-danger hi-xl" /> <ExclamationTriangleIcon className="text-danger hi-xl" />
<Stack direction="vertical" className="ps-3"> <Stack direction="vertical" className="ps-3">
<h3> { t('recording.delete_recording') } </h3> <h3> { t('room.presentation.delete_presentation') } </h3>
<p className="mb-0"> { t('room.presentation.are_you_sure_delete_presentation') } </p> <p className="mb-0"> { t('room.presentation.are_you_sure_delete_presentation') } </p>
<p className="mt-0"><strong> { t('action_permanent') } </strong></p> <p className="mt-0"><strong> { t('action_permanent') } </strong></p>
</Stack> </Stack>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment