Skip to content

Commit

Permalink
fix(synapse-interface): translation period (#3297)
Browse files Browse the repository at this point in the history
* fix period
  • Loading branch information
bigboydiamonds authored Oct 15, 2024
1 parent 47ceb85 commit fd75dbb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 632 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const Activity = ({ visibility }: { visibility: boolean }) => {

{viewingAddress && !isLoading && !hasHistoricalTransactions && (
<div className="text-secondary">
{t('No transactions in last 30 days.')}
{t('No transactions in last 30 days')}
<UserExplorerLink connectedAddress={viewingAddress} />
</div>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const StandardPageContainer = ({

if (unsupported) {
unsupportedToaster = toast.error(
t('Connected to an unsupported network; Please switch networks.'),
t('Connected to an unsupported network; Please switch networks'),
{ id: 'unsupported-popup', duration: 5000 }
)
} else {
Expand Down
Loading

0 comments on commit fd75dbb

Please sign in to comment.