Fixes label to set Riverside link (#3358)

* fix label for riverside link

* add missing space

Co-authored-by: CarinaWolli <wollencarina@gmail.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
Carina Wollendorfer 2022-07-14 03:14:55 -04:00 committed by GitHub
parent 03b8643d1e
commit b1e4c23adc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -334,7 +334,7 @@ export const EditLocationDialog = (props: ISetLocationDialog) => {
<>
<div>
<label htmlFor="address" className="block text-sm font-medium text-gray-700">
{t("set_around_link")}
{t("set_riverside_link")}
</label>
<div className="mt-1">
<input

View File

@ -4,4 +4,4 @@ items:
---
<Slider items={items} />
Your online recording studio.The easiest way to record podcasts and videos in studio quality from anywhere. All from the browser.
Your online recording studio. The easiest way to record podcasts and videos in studio quality from anywhere. All from the browser.

View File

@ -11,6 +11,6 @@
"categories": ["video"],
"publisher": "Cal.com",
"email": "help@cal.com",
"description": "Your online recording studio.The easiest way to record podcasts and videos in studio quality from anywhere. All from the browser.",
"description": "Your online recording studio. The easiest way to record podcasts and videos in studio quality from anywhere. All from the browser.",
"__createdUsingCli": true
}

View File

@ -4,7 +4,7 @@
"name": "@calcom/riverside",
"version": "0.0.0",
"main": "./index.ts",
"description": "Your online recording studio.The easiest way to record podcasts and videos in studio quality from anywhere. All from the browser.",
"description": "Your online recording studio. The easiest way to record podcasts and videos in studio quality from anywhere. All from the browser.",
"dependencies": {
"@calcom/lib": "*"
},