Skip to content

Commit 8b5da35

Browse files
committed
fixing a typo
1 parent 991fa2b commit 8b5da35

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

web/client/components/maps/modals/MetadataModal.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class MetadataModal extends React.Component {
111111
toolbar: [
112112
[{ 'size': ['small', false, 'large', 'huge'] }, 'bold', 'italic', 'underline', 'blockquote'],
113113
[{ 'list': 'bullet' }, { 'align': [] }],
114-
[{ 'color': [] }, { 'background': [] }, 'clean'], ['image', 'link', 'vedio']
114+
[{ 'color': [] }, { 'background': [] }, 'clean'], ['image', 'link', 'video']
115115
]
116116
},
117117
options: {},

web/client/components/resources/modals/DetailSheet.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = ({
2323
toolbar: [
2424
[{ 'size': ['small', false, 'large', 'huge'] }, 'bold', 'italic', 'underline', 'blockquote'],
2525
[{ 'list': 'bullet' }, { 'align': [] }],
26-
[{ 'color': [] }, { 'background': [] }, 'clean'], ['image', 'link', 'vedio']
26+
[{ 'color': [] }, { 'background': [] }, 'clean'], ['image', 'link', 'video']
2727
]
2828
},
2929
detailsText,

0 commit comments

Comments
 (0)