diff --git a/src/main.tsx b/src/main.tsx index d0fefcb..bb09257 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -20,8 +20,8 @@ if (process.env.NODE_ENV !== 'development') { } if (!chrome.runtime || !chrome.storage) { - document.body.innerHTML = 'Error: Invalid working environment. Make sure you run it inside a Chrome extension!'; - throw new Error('Invalid working environment. Make sure you run it inside a Chrome extension!'); + document.body.innerHTML = 'Error: Invalid working environment. Make sure it is running inside a Chrome extension!'; + throw new Error('Invalid working environment. Make sure it is running inside a Chrome extension!'); } createRoot(document.getElementById('luckit_app')!).render( diff --git a/src/screens/About.tsx b/src/screens/About.tsx index 0b10588..73bd647 100644 --- a/src/screens/About.tsx +++ b/src/screens/About.tsx @@ -13,7 +13,7 @@ export default function AboutScreen() {
- unofficial Locket extension to save your friends' moments. + an unofficial Locket extension to show live photos from your friends.
version: {VERSION} @@ -23,11 +23,11 @@ export default function AboutScreen() {
- This project is not affiliated with Locket or Locket Labs, Inc in anyway. By using this extension, you acknowledge that it is an unofficial Locket client, and you accept the risk that your account may be banned.
+ This project is not affiliated with Locket or Locket Labs, Inc in any way. By using this extension, you acknowledge that it is an unofficial Locket client, and you accept the risk that your account may be banned.
- If you are not comfortable with this or you don't know what you are doing, please do not use this extension and remove it from your browser.
+ If you're unsure about this or you don't know what you are doing, please refrain from using this extension.
- I (creator of this extension) will not be held responsible for any consequences.
+ I (luckit's creator) won't be held responsible for any consequences.