Skip to content

Commit

Permalink
adapt headline in import modal
Browse files Browse the repository at this point in the history
  • Loading branch information
philippotto committed Oct 7, 2020
1 parent b5ceaed commit 0d11203
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class NmlUploadZoneContainer extends React.PureComponent<Props, State> {
const pluralS = this.state.files.length > 1 ? "s" : "";
return (
<Modal
title={`Import ${this.state.files.length} NML file${pluralS}`}
title={`Import ${this.state.files.length} Tracing${pluralS}`}

This comment has been minimized.

Copy link
@fm3

fm3 Oct 7, 2020

Member

Please use “Annotation” rather than “Tracing” 🙈

This comment has been minimized.

Copy link
@philippotto

philippotto Oct 7, 2020

Author Member

Oops, yes, sir 👮‍♂️

visible={this.state.files.length > 0}
onCancel={() => this.setState({ files: [] })}
footer={
Expand Down

0 comments on commit 0d11203

Please sign in to comment.