Skip to content

Commit

Permalink
[ADD/DEL] Changed Edit/Export to be more verbose. Animation Settings …
Browse files Browse the repository at this point in the history
…& Export Settings
  • Loading branch information
RaymondDashWu committed Jul 22, 2021
1 parent 6e48d9c commit ffc3387
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/kepler-integration/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ const WindowSize = styled.div`
`;

// Custom localizations needed for export video modal
messages.en['exportVideoModal.edit'] = 'Edit';
messages.en['exportVideoModal.export'] = 'Export';
messages.en['exportVideoModal.animation'] = 'Animation Settings';
messages.en['exportVideoModal.export'] = 'Export Settings';
messages.en['toolbar.exportVideoModal'] = 'Export Video';

class App extends Component {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ function ExportVideoPanelSettings({settings, resolution}) {
// label: What the text of the tab will be
// elementType: The component to render
{
id: 'export-modal-tab-edit',
label: 'exportVideoModal.edit',
id: 'export-modal-tab-animation',
label: 'exportVideoModal.animation',
elementType: EditTab
},
{
Expand Down

0 comments on commit ffc3387

Please sign in to comment.