You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix currency symbol display in AI explainer for different countries
- Add country-specific currency symbols (£ for UK, $ for US/CA, ₪ for IL, ₦ for NG)
- Move prompt template to a method that selects appropriate currency based on country_id
- Fixes issue where UK explanations incorrectly displayed $ instead of £
🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>
3. Mention any key thresholds or rules that affected the calculation.
147
167
4. If relevant, suggest how changes in input might affect this result.
148
168
149
-
Provide only factual explanations of the policy mechanics. Do not include commentary, opinions, quotes, or phrases like "Certainly!" or "Here's an explanation." The response will be rendered as markdown, so preface $ with \\."""
169
+
Provide only factual explanations of the policy mechanics. Do not include commentary, opinions, quotes, or phrases like "Certainly!" or "Here's an explanation." {currency_note}"""
0 commit comments