diff --git a/nuvio-source.json b/nuvio-source.json index 06059a82..0ac08b83 100644 --- a/nuvio-source.json +++ b/nuvio-source.json @@ -11,7 +11,7 @@ "apps": [ { "name": "Nuvio", - "bundleIdentifier": "com.nuvio.app", + "bundleIdentifier": "com.nuvio.hub", "developerName": "Tapframe", "subtitle": "Media player and discovery app", "localizedDescription": "Nuvio is a media player and metadata discovery application for user-provided and user-installed sources.", @@ -272,4 +272,4 @@ } ], "news": [] -} +} \ No newline at end of file diff --git a/src/screens/ContributorsScreen.tsx b/src/screens/ContributorsScreen.tsx index 75dfe841..581d6b16 100644 --- a/src/screens/ContributorsScreen.tsx +++ b/src/screens/ContributorsScreen.tsx @@ -289,7 +289,7 @@ const DonorCard: React.FC = ({ donor, currentTheme, isTablet }) { color: currentTheme.colors.mediumEmphasis }, isTablet && styles.tabletContributions ]}> - {donor.amount.toFixed(2)} {donor.currency} · {formatDonationDate(donor.date)} + {formatDonationDate(donor.date)} {donor.message ? ( @@ -876,7 +876,7 @@ const ContributorsScreen: React.FC = () => { { color: currentTheme.colors.mediumEmphasis }, isTablet && styles.tabletContributions ]}> - {entry.total.toFixed(2)} {entry.currency} · {entry.count} {entry.count === 1 ? 'donation' : 'donations'} + {entry.count} {entry.count === 1 ? 'donation' : 'donations'} Rank #{entry.rank} · Last: {formatDonationDate(entry.lastDate)}