Commit 127dfadb authored by Lucas Soulier's avatar Lucas Soulier Committed by GitHub

docs: fix typo in french translation of datetime-picker.md (#20543)

parent 5fecffa3
...@@ -46,7 +46,7 @@ DateTimePicker est dérivé de DatePicker et TimePicker. Pour plus d'information ...@@ -46,7 +46,7 @@ DateTimePicker est dérivé de DatePicker et TimePicker. Pour plus d'information
return { return {
pickerOptions: { pickerOptions: {
shortcuts: [{ shortcuts: [{
text: 'Aujourdh\'ui', text: 'Aujourd\'hui',
onClick(picker) { onClick(picker) {
picker.$emit('pick', new Date()); picker.$emit('pick', new Date());
} }
......
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