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