Skip to content

Commit 84ae9cc

Browse files
committed
fix(radioactive-decay): minor wording improvement in a message.
1 parent 307b246 commit 84ae9cc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

online/radioactive-decay.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,6 +978,7 @@ <h2>Notes:</h2>
978978
$("#modalbox-errors-warnings-id").html(error);
979979

980980
return;
981+
981982
}
982983

983984
let mainNucleus = { element: elem, Z: getElementAtomicNumberWithSymbol(elem), A: getRadioisotopeWithElement(elem, radioisotopeIndex) };
@@ -1004,7 +1005,7 @@ <h2>Notes:</h2>
10041005

10051006
if (lastIndex == null) {
10061007

1007-
$("#modalbox-errors-warnings-id").html("Isotope résultant inconnu.");
1008+
$("#modalbox-errors-warnings-id").html("L'isotope obtenu n'est pas répertorié dans la base de données.");
10081009

10091010
extendedData.full_chain_html = '';
10101011

@@ -1013,6 +1014,7 @@ <h2>Notes:</h2>
10131014
resultMass = null;
10141015

10151016
return;
1017+
10161018
}
10171019

10181020
let isDecayChain = hasChaine(modes);

0 commit comments

Comments
 (0)