diff --git a/screens/About.js b/screens/About.js index abdf55a4..013198b7 100644 --- a/screens/About.js +++ b/screens/About.js @@ -107,7 +107,7 @@ class Home extends React.Component { style={{ color: "#009bff" }} onPress={() => Linking.openURL("https://www.banidb.com/")} > - BaniDB + {Strings.baniDB} {" "} {Strings.about_5} {"\n"} @@ -130,7 +130,7 @@ class Home extends React.Component { - © {new Date().getFullYear()} Khalis Foundation + © {new Date().getFullYear()} {Strings.khalis_foundation}