diff --git a/app/components/EulaModal.js b/app/components/EulaModal.js
index a1d6fd5e09..e7d1a85235 100644
--- a/app/components/EulaModal.js
+++ b/app/components/EulaModal.js
@@ -19,28 +19,6 @@ import Colors from '../constants/colors';
import languages from '../locales/languages';
import ButtonWrapper from './ButtonWrapper';
-// Delete this when actual EULA is available - just use the translation
-// ...function in place of EulaCopy in the Markdown tag
-const EulaCopy = `## EULA and legal things
-
-Text here
-
-yes its text
-
-many lines
-
-to
-
-test
-
-scrolling
-
-- hey
-- look
-- its
-- a
-- list`;
-
export default class EulaModal extends Component {
constructor(props) {
super(props);
@@ -71,7 +49,7 @@ export default class EulaModal extends Component {
- {EulaCopy}
+ {languages.t('markdown.eula')}
@@ -90,14 +68,14 @@ export default class EulaModal extends Component {
style={{ width: 25, height: 25, marginRight: 10 }}
/>
- I accept the licensing agreement
+ {languages.t('label.eula_checkbox')}
- *You must accept in order to use Safe Paths
+ {languages.t('label.eula_message')}