Commit 1e29023e authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: fixup input title

See nexedi/erp5@1a807abb which removes one translated string
parent f97d9fcf
Pipeline #17477 failed with stage
in 0 seconds
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
domsugar(gadget.element.querySelector('.dialog_button_container'), [ domsugar(gadget.element.querySelector('.dialog_button_container'), [
domsugar('input', {name: 'action_update', domsugar('input', {name: 'action_update',
type: 'submit', type: 'submit',
value: first_result_list[3][2]}) value: first_result_list[3][1]})
]); ]);
return RSVP.all([ return RSVP.all([
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>992.40778.27781.1774</string> </value> <value> <string>994.62318.46378.10649</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1631700611.36</float> <float>1632394069.76</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </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