We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e48ac30 commit 14fca07Copy full SHA for 14fca07
ui/src/components/AddPodcast.tsx
@@ -126,7 +126,7 @@ export const AddPodcast = ()=>{
126
})
127
}
128
129
- return <Modal onCancel={()=>{}} onAccept={()=>{}} headerText={t('add-podcast')} onDelete={()=>{}} cancelText={"Abbrechen"} acceptText={"Hinzufügen"} >
+ return <Modal onCancel={()=>{}} onAccept={()=>{}} headerText={t('add-podcast')!} onDelete={()=>{}} cancelText={"Abbrechen"} acceptText={"Hinzufügen"} >
130
<div>
131
<ul id="podcast-add-decider" className="flex flex-wrap text-sm font-medium text-center text-gray-500 border-b border-gray-200 dark:border-gray-700 dark:text-gray-400">
132
<li className="mr-2">
0 commit comments