Skip to content

Commit 76a0cf5

Browse files
committed
Removed escaping of quotes on NewPortfolioEntry.razor page
1 parent aecd52f commit 76a0cf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebFrontend/Pages/NewPortfolioEntry.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
}
7272
else
7373
{
74-
<MatH6>No cryptocurrencies match the symbol \"@CryptocurrencyFilter\"</MatH6>
74+
<MatH6>No cryptocurrencies match the symbol "@CryptocurrencyFilter"</MatH6>
7575
}
7676
}
7777
</div>

0 commit comments

Comments
 (0)