Commit f9f4510e authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Fixup link.

  The string comes translated.
parent c8e99626
Pipeline #27847 failed with stage
in 0 seconds
......@@ -14,7 +14,7 @@
link;
return gadget.getTranslationDict(['Pay Now'])
.push(function (translation_dict) {
if (gadget.state.payment_state === 'Pay Now') {
if (gadget.state.payment_state === translation_dict["Pay Now"]) {
link = domsugar("li", {},
[
domsugar("a", {
......
......@@ -238,7 +238,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>1004.12353.6622.1501</string> </value>
<value> <string>1006.58340.40727.23620</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -258,7 +258,7 @@
</tuple>
<state>
<tuple>
<float>1671070046.11</float>
<float>1682609048.97</float>
<string>UTC</string>
</tuple>
</state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment