Skip to content
Snippets Groups Projects
Unverified Commit 886f69ec authored by Samuel Couillard's avatar Samuel Couillard Committed by GitHub
Browse files

Add buttons, fix typos (#5279)

parent de3c8661
Branches
No related tags found
No related merge requests found
......@@ -179,9 +179,9 @@
"processing_recording": "Processing recording, this may take several minutes...",
"copy_recording_urls": "Copy Recording Url(s)",
"recordings_list_empty": "You don't have any recordings yet!",
"public_recordings_list_empty": "There's no shared recordings yet!",
"public_recordings_list_empty": "There are no public recordings yet!",
"recordings_list_empty_description": "Recordings will appear here after you start a meeting and record it.",
"public_recordings_list_empty_description": "Recordings will appear here after a mentor share it.",
"public_recordings_list_empty_description": "Recordings will appear here when available.",
"delete_recording": "Delete Recording",
"are_you_sure_delete_recording": "Are you sure you want to delete this recording?",
"search_not_found": "No Recordings Found"
......
......@@ -45,6 +45,13 @@ export default function PublicRecordingsList({ friendlyId }) {
<p>
{t('recording.public_recordings_list_empty_description')}
</p>
<ButtonLink
variant="brand"
className="ms-auto my-0 py-2"
to={`/rooms/${friendlyId}/join`}
>
<span> <UserBoardIcon className="hi-s cursor-pointer" /> {t('join_session')} </span>
</ButtonLink>
</div>
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment