Skip to content

Commit

Permalink
fix: translation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon committed Feb 19, 2025
1 parent 6eb2a9f commit 1f86e46
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const PaymentSlider: React.FC<{
extraData: { artistId: number };
}> = ({ url, extraData }) => {
const { artistId } = useParams();
const { t } = useTranslation("translation", { keyPrefix: "manageAlbum" });
const { t } = useTranslation("translation", { keyPrefix: "platformSlider" });
const [isOpen, setIsInfoOpen] = React.useState(false);

const { data: artist } = useQuery(
Expand Down Expand Up @@ -170,6 +170,14 @@ const PaymentSlider: React.FC<{
</td>
</tr>
</table>
<p>
Curious about how Mirlo uses money? We post quarterly financial
statements{" "}
<a href="https://mirlo.space/manage/artists/21/posts?tag=finances">
on our blog
</a>
.
</p>
</Modal>
</div>
</div>
Expand Down

0 comments on commit 1f86e46

Please # to comment.