Commit cb0684df authored by Romain Courteaud's avatar Romain Courteaud

erp5_run_my_doc: fix typo

parent 59e1221c
Pipeline #10073 passed with stage
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<!-- <!--
data-i18n=Slides data-i18n=Slides
data-i18n=Edit data-i18n=Edit
data-i18n=New slide data-i18n=New Slide
data-i18n=Slide data-i18n=Slide
data-i18n=Delete data-i18n=Delete
data-i18n=Metadata data-i18n=Metadata
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
TRANSLATABLE_WORD_LIST = [ TRANSLATABLE_WORD_LIST = [
'Slides', 'Slides',
'Edit', 'Edit',
'New slide', 'New Slide',
'Slide', 'Slide',
'Delete', 'Delete',
'Metadata', 'Metadata',
...@@ -415,11 +415,11 @@ ...@@ -415,11 +415,11 @@
draggable_element_list.push(domsugar('section', [ draggable_element_list.push(domsugar('section', [
domsugar('button', { domsugar('button', {
type: 'button', type: 'button',
text: translation_dict['New slide'], text: translation_dict['New Slide'],
'class': 'display-new ui-icon-plus-circle ui-btn-icon-left' 'class': 'display-new ui-icon-plus-circle ui-btn-icon-left'
}), }),
domsugar('h1', { domsugar('h1', {
text: translation_dict['New slide'] text: translation_dict['New Slide']
}) })
])); ]));
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
</tr> </tr>
<tr> <tr>
<td>click</td> <td>click</td>
<td>//button[text()='New slide']</td> <td>//button[text()='New Slide']</td>
<td></td> <td></td>
</tr> </tr>
<tr> <tr>
......
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