UX: soften the "problems" alert on dashboard

This commit is contained in:
Jeff Atwood 2019-01-16 14:58:19 -08:00
parent 6079a3e4d0
commit f0999f27a7
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<div class="section dashboard-problems">
<div class="section-title">
<h2>
{{d-icon "exclamation-triangle"}}
{{d-icon "heart"}} *wumpus
{{i18n 'admin.dashboard.problems_found'}}
</h2>
</div>

View File

@ -2877,7 +2877,7 @@ en:
version_check_pending: "Looks like you upgraded recently. Fantastic!"
installed_version: "Installed"
latest_version: "Latest"
problems_found: "Some problems have been found with your installation of Discourse:"
problems_found: "Some advice based on your current site settings:"
last_checked: "Last checked"
refresh_problems: "Refresh"
no_problems: "No problems were found."