From 62d1ebfa68254d3004d029c36e7d47ade8ee39ae Mon Sep 17 00:00:00 2001 From: Ghassan Maslamani Date: Thu, 10 Mar 2022 19:48:41 +0200 Subject: [PATCH] fix: rewrite calcualtor tips to reflect the supported features (#29957) - It replicate this PR: frontend-app-learning/pull/825 which rewrite calcualtor tips since some tips are no longer relevant, hence: #17368 Co-authored-by: Rebecca Graber --- lms/templates/calculator/toggle_calculator.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/lms/templates/calculator/toggle_calculator.html b/lms/templates/calculator/toggle_calculator.html index 61ddb68c9e..a508292f43 100644 --- a/lms/templates/calculator/toggle_calculator.html +++ b/lms/templates/calculator/toggle_calculator.html @@ -84,20 +84,18 @@ from openedx.core.djangolib.markup import HTML, Text ## Translators: This refers to symbols that are mathematical constants, such as "i" (square root of -1) ${_("Constants")} - c, e, g, i, j, k, pi, q, T + e, pi - 20*c
- 418*T + 20*e
+ 418*pi - ## Translators: This refers to symbols that appear at the end of a number, such as the percent sign (%) and metric affixes + ## Translators: This refers to symbols that appear at the end of a number, such as the percent sign (%) ${_("Affixes")} - ${_("Percent sign (%) and metric affixes (d, c, m, u, n, p, k, M, G, T)")} + ${_("Percent sign (%)")} - 20%
- 20c
- 418T + 20%