Skip to content
Snippets Groups Projects
Unverified Commit e46173db authored by apple502j's avatar apple502j Committed by GitHub
Browse files

Localize tooltip (NOTE: this may also break tests)

parent c234a52b
Branches
Tags
No related merge requests found
......@@ -84,7 +84,7 @@ const ImportModal = ({intl, ...props}) => (
/>
<button
className={styles.okButton}
title="viewproject"
title={intl.formatMessage({defaultMessage: "View Project", description: "Tooltip for View button", id: "gui.importModal.viewprojecttooltip"})}
onClick={props.onViewProject}
>
<FormattedMessage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment