Skip to content

Commit

Permalink
feat(coins-list): remove exclamation in coin creation text
Browse files Browse the repository at this point in the history
  • Loading branch information
Eejit43 committed Jan 13, 2024
1 parent 634ed9e commit ca5e930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/public/scripts/pages/info/coins-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ async function loadCoinsList() {

loadDesignTotals(denomination.id, design.id);

addCoinChangeEntry({ year }, design.name, undefined, undefined, 'was created!');
addCoinChangeEntry({ year }, design.name, undefined, undefined, 'was created');

await addCoin(denomination.id, design.id, year, id);
});
Expand Down

0 comments on commit ca5e930

Please sign in to comment.