Skip to content

Commit

Permalink
Update Podcast Editor Branding (stream-labs#4598)
Browse files Browse the repository at this point in the history
* Update Podcast Editor Branding

* Update Podcast Editor link

* Update Ultra callouts

* Remove Willow reference
  • Loading branch information
gettinToasty authored Jun 21, 2023
1 parent b1443af commit 16f25a1
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/components-react/highlighter/ExportModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function PlatformSelect(p: { onClose: () => void }) {
const platformOptions = [
{ label: 'YouTube', value: 'youtube' },
{ label: 'Cross Clip', value: 'crossclip' },
{ label: 'Type Studio', value: 'typestudio' },
{ label: 'Podcast Editor', value: 'typestudio' },
];

return (
Expand Down
2 changes: 1 addition & 1 deletion app/components-react/shared/UltraComparison.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export function UltraComparison(p: IUltraComparisonProps) {
{
text: $t('All Streamlabs Pro Tools'),
icon: 'icon-streamlabs',
whisper: 'Console, Cross Clip, Video Editor, Talk Studio & Willow',
whisper: 'Console, Cross Clip, Video Editor, & Podcast Editor',
},
];
const tableData = p.tableData || {
Expand Down
8 changes: 4 additions & 4 deletions app/components-react/windows/settings/Ultra.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ export function Ultra() {
link: 'https://crossclip.streamlabs.com/?refl=slobs-settings',
},
{
title: 'Willow Link Pro',
description: $t('Create a custom personal, all-in-one page to link in bio'),
image: 'willow.png',
link: 'https://streamlabs.com/willow?refl=slobs-settings',
title: 'Podcast Editor Pro',
description: $t('Text-based editing of VOD content'),
image: 'podcast-editor.png',
link: 'https://podcasteditor.streamlabs.com/?refl=slobs-settings',
},
];

Expand Down
3 changes: 2 additions & 1 deletion app/i18n/en-US/promotional-copy.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,6 @@
"No Watermark + 1080p/60fps + More": "No Watermark + 1080p/60fps + More",
"1 Hour Videos + 250GB Storage + More": "1 Hour Videos + 250GB Storage + More",
"Highest Profit Margins": "Highest Profit Margins",
"%{monthlyPrice}/mo or %{yearlyPrice}/year": "%{monthlyPrice}/mo or %{yearlyPrice}/year"
"%{monthlyPrice}/mo or %{yearlyPrice}/year": "%{monthlyPrice}/mo or %{yearlyPrice}/year",
"Text-based editing of VOD content": "Text-based editing of VOD content"
}
2 changes: 1 addition & 1 deletion app/services/integrations/shared-storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class SharedStorageServiceViews extends ViewHandler<{}> {
return `https://crossclip.streamlabs.com/storage/${id}`;
}
if (platform === 'typestudio') {
return `https://app.typestudio.co/storage/${id}`;
return `https://podcasteditor.streamlabs.com/storage/${id}`;
}
return '';
}
Expand Down
Binary file added media/images/products/podcast-editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 16f25a1

Please sign in to comment.