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 <rgraber@edx.org>
This commit is contained in:
Ghassan Maslamani
2022-03-10 19:48:41 +02:00
committed by GitHub
parent 174f21353a
commit 62d1ebfa68

View File

@@ -84,20 +84,18 @@ from openedx.core.djangolib.markup import HTML, Text
<tr>
## Translators: This refers to symbols that are mathematical constants, such as "i" (square root of -1)
<th scope="row">${_("Constants")}</th>
<td dir="auto">c, e, g, i, j, k, pi, q, T</td>
<td dir="auto">e, pi</td>
<td dir="auto">
20*c<br />
418*T
20*e<br />
418*pi
</td>
</tr>
<tr>
## 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 (%)
<th scope="row">${_("Affixes")}</th>
<td dir="auto">${_("Percent sign (%) and metric affixes (d, c, m, u, n, p, k, M, G, T)")}</td>
<td dir="auto">${_("Percent sign (%)")}</td>
<td dir="auto">
20%<br />
20c<br />
418T
20%
</td>
</tr>
<tr>