Skip to content
Snippets Groups Projects
Unverified Commit b0d1374c authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #17730 from agh1/moneyformatcheckgrammar

#1494 System check for moneyvalueformat: grammar & clarity
parents 5be4885b 6a595a7d
Branches
Tags
No related merge requests found
......@@ -183,8 +183,11 @@ class CRM_Utils_Check_Component_Schema extends CRM_Utils_Check_Component {
if (CRM_Core_Config::singleton()->moneyvalueformat !== '%!i') {
$msg = new CRM_Utils_Check_Message(
__FUNCTION__,
ts('<p>The Money Value format stored is deprecated please report your configuration on <a href="https://lab.civicrm.org/dev/core/-/issues/1494">Gitlab Issue</a>'),
ts('Deprectad money value format configuration'),
ts(
'<p>The Monetary Value Display format is a deprecated setting, and this site has a non-standard format. Please report your configuration on <a href="%1">this Gitlab issue</a>.',
[1 => 'https://lab.civicrm.org/dev/core/-/issues/1494']
),
ts('Deprecated monetary value display format configuration'),
\Psr\Log\LogLevel::WARNING,
'fa-server'
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment